Skip to content

Instantly share code, notes, and snippets.

@bootandy
Created September 18, 2012 13:21
Show Gist options
  • Select an option

  • Save bootandy/3743062 to your computer and use it in GitHub Desktop.

Select an option

Save bootandy/3743062 to your computer and use it in GitHub Desktop.
HTML - make div align to bottom of page / div
<!-- How 2 make a HTML div float at the bottom of the page: -->
<div id="container" style='position:relative;'>
<!-- Other elements here -->
<div id="copyright" style='position:absolute; bottom:0;'>
Copyright Foo web designs
</div>
</div>
@PierreAlainKouakou
Copy link
Copy Markdown

Thank you bro !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment