ZVON > References > CSS1 Reference
Example 7:4: All | HTML | >> CSS << | Output |

CSS


body {background-color: #EEEEFF}

div {margin: 1em; text-align:center;
     border-style: solid}
div.thin {border-width: thin}
div.medium {border-width: medium}
div.thick {border-width: thick}
div.one {border-width: 1em}
div.five {border-width: 5em}