Skip to content

Instantly share code, notes, and snippets.

@zetareticoli
Created June 23, 2011 08:37
Show Gist options
  • Save zetareticoli/1042158 to your computer and use it in GitHub Desktop.
Save zetareticoli/1042158 to your computer and use it in GitHub Desktop.
Stick footer to bottom
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment