|
Header
This is some text that is displayed within a small box. This
is created with the the style properties on the right!
Header 2
This is basically the same but it looks
different... That's because it's modified on-the-fly...
|
<style type="text/css">
DIV#main {
}
.nbox {
border: 1px solid black;
width: 200px;
}
.nboxH {
background: #cfcf93;
color: black;
border-bottom: 1px solid black;
text-align: center;
padding: .2em;
}
.nboxC {
background: white;
padding: .2em;
font-size: small;
}
</style>
|