Skip to content

Instantly share code, notes, and snippets.

@zetareticoli
Created February 14, 2012 18:38
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 zetareticoli/1828976 to your computer and use it in GitHub Desktop.
Save zetareticoli/1828976 to your computer and use it in GitHub Desktop.
Footer always on bottom
#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -140px; /* margin bottom = footer's height */
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment