Skip to content

Instantly share code, notes, and snippets.

@jolosantos
Created February 21, 2013 03:41
Show Gist options
  • Save jolosantos/5001846 to your computer and use it in GitHub Desktop.
Save jolosantos/5001846 to your computer and use it in GitHub Desktop.
Attach a (sticky footer)
/* STICKY FOOTER */
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px;
}
#content {
padding-bottom: 100px;
}
#footer {
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment