Skip to content

Instantly share code, notes, and snippets.

@hendrasan
Created August 6, 2010 07:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hendrasan/511013 to your computer and use it in GitHub Desktop.
Save hendrasan/511013 to your computer and use it in GitHub Desktop.
CSS to keep your footer at the bottom of the page
<html>
<body>
<div id="wrapper">
<div id="content">
Content
</div>
</div>
<div id="footer">
Footer
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment