div.box { border: solid; border-width: thin }
which can be used with markup as follows:
< DIV CLASS=" box " >
The content within this DIV element will be enclosed in a box with a thin
line around it.
div.color {
background: rgb( 204,204,255 )
padding: 0.5em;
border: none;
}
Note that the STYLE element must be placed in the document's HEAD section for embedded stylesheets. It should not be placed within the BODY section.
Back
Next
Return to Beginning of Page
I take full responsibility
for the information posted. The information on this page
represents that of myself and not that of
California State University,
Sacramento or the School of
Engineering and Computer Science