treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Positioning an element at the very bottom of my page.

  • I'm wanting to position a full colour div exactly at the bottom of my page to enhance the styling, however being new to web design I have hit a problem. If anyone can provide some insight into the problem it would be greatly appreciated.

    Thanks,

    Adam

  • position:fixed; bottom:0; -

    if you always want the div to be visible and present at the bottom. (as you scroll down,the div will still be present - attached to the bottom

    Let me know if you want a sample via code pen.

  • Solved, thanks Krish much appreciated.