ZVON > References > CSS1 Reference
Example 10:6: All | HTML | >> CSS << | Output |

CSS


body {background-color: #EEEEFF}

div {margin: 1em; text-align:center;
     font-weight: bold; border-style: solid;
     border-color: blue}
div.top {border-top-width: thin}
div.right {border-right-width: medium}
div.bottom {border-bottom-width: thick}
div.left {border-left-width: 10px}