ZVON > References > CSS1 Reference
Example 29:21: All | HTML | >> CSS << | Output |

CSS


div.outer {border: solid; margin:2em; background-color:navy}
div.inner {border: dashed; 
           margin-top:2em;
           margin-right:4em;
           margin-bottom:6em;
           margin-left:8em;
           text-align:center;
           background-color:yellow;
   color: navy;
           font-weight:bold}