Footer Positioning
CSS Code
...
div.contact {
clear: both;
width: 100%;
text-align: center;
}...
div.contact {
clear: both;
width: 100%;
text-align: center;
}...
HTML Code
...
<div class="contact">
<h5>Contact Information</h5>
<p>brownbag@uiuc.edu | 217.333.5555 | Brownbag Ave. Champaign, IL</p>
</div>
...
<div class="contact">
<h5>Contact Information</h5>
<p>brownbag@uiuc.edu | 217.333.5555 | Brownbag Ave. Champaign, IL</p>
</div>
...