For some reason, my footer is not showing up at the bottom of the page and it doesn't display the white background color at all, it just shows the navbar.
.mainFooter {
position:absolute;
bottom:0px;
width:100%;
height:50px;
background:#FFC;
z-index:1;
}
*<footer class="mainFooter">
<nav><ul>
<li><a href="../$">Contact</a></li>
<li><a href="../$">About</a></li>
</ul></nav>
</footer>