#
May 19, 2013 at 4:36 pm
I’m trying to align my a href links (which are in #nav) and I’m trying to align them to the bottom of .header all at once. I tried putting
position:absolute;
bottom: 0px;
In #nav but all that does is align them to the very bottom of the page. What could I be doing wrong?