Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created June 16, 2014 18:59
Show Gist options
  • Save rutger1140/bd69f5758456f12bb47c to your computer and use it in GitHub Desktop.
Save rutger1140/bd69f5758456f12bb47c to your computer and use it in GitHub Desktop.
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