Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Understanding fonts size and layout Re: Understanding fonts size and layout

#123612
yeeyang
Participant

you want to apply a padding to your outer containing element to that of your title and menu… once you do that, set that outer containing element to relative and you can absolute position your navigation and logo to the bottom. By applying padding to the bottom, you create the spacing you need between the bottom border and your elements.

[Codepen Example of your mockup](http://codepen.io/ahabion/pen/prgsE “”)