ZVON
>
References
>
CSS1 Reference
Intro
/
Search
/
ZVON
Example 6:3:
All
|
HTML
|
>> CSS <<
|
Output
|
CSS
body {
background-color
: #EEEEFF}
div {
margin
: 1em;
text-align
:center}
div.dotted {
border-style
: dotted}
div.dashed {
border-style
: dashed}
div.solid {
border-style
: solid}
div.double {
border-style
: double}
div.groove {
border-style
: groove}
div.ridge {
border-style
: ridge}
div.inset {
border-style
: inset}
div.outset {
border-style
: outset}