Skip to content

Instantly share code, notes, and snippets.

@meub
Created June 19, 2013 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meub/5818904 to your computer and use it in GitHub Desktop.
Save meub/5818904 to your computer and use it in GitHub Desktop.
Sticky Footer CSS
html {
position: relative;
min-height: 100%;
}
body {
margin: 0 0 100px; /* bottom = footer height */
}
.footer {
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment