HTML and CSS Reference
In-Depth Information
For the reserved parts that are from F2fw , this guide
outlines their properties to make it easier for you to
understand it and see how it works.
As said earlier, apply the l and fr classes to each p
inside the #top container and add the content.
<div id=”top”>
<div class=”container”>
<p class=”fl”>
<a href=”#” title=”#”>About</a>
<a href=”#” title=”#”>Advertise</a>
<a href=”#” title=”#”>Login</a>
</p>
<p class=”fr”>
<a href=”#” title=”#”>Facebook</a>
<a href=”#” title=”#”>Twitter</a>
</p>
<div class=”cl”></div>
</div><!-- end .container -->
</div><!-- end #top -->
The cl class is from F2fw and it is used to clear
floats. It simply has the “ clear:both ” property.
 
Search WWH ::




Custom Search