HTML and CSS Reference
In-Depth Information
Use an unordered list for the dummy content.
Here's a sample of a ul found in the converted file
index.html of Monoplate ; you can replicate it further
more for the rest of the content.
<ul class=”nostyle”>
<li><h6>About us</h6></li>
<li><p><a href=”#” title=”#”>Where are we located?</a></p></li>
<li><p><a href=”#” title=”#”>Want to join us?</a></p></li>
<li><p><a href=”#” title=”#”>How we work</a></p></li>
</ul>
The “ nostyle ” class should already be familiar for you
since it was used earlier for the #albums container.
Float these ul on the left and, as Monoplate shows
you, add some space in between them.
#footer ul {
margin:0 50px 0 0;
float:left;
}
#footer ul li {
margin:0;
}
 
Search WWH ::




Custom Search