HTML and CSS Reference
In-Depth Information
Here's the basic HTML code for the #footer
container. Start from here:
<div id=”footer”>
<div class=”content”>
</div><!-- end .content -->
</div><!-- end #footer -->
The CSS code:
#footer {
border-top:3px solid #cdcdcd;
background:#efefef;
}
#footer div.content {
padding:25px;
}
Done.
Now just add some dummy content inside this new
container, style it as shown in Monoplate and check
the results afterwards.
Search WWH ::




Custom Search