Skip to content

Instantly share code, notes, and snippets.

@chukitow
Created June 25, 2014 19:02
Show Gist options
  • Save chukitow/a8d4aea7b5d6bee7a397 to your computer and use it in GitHub Desktop.
Save chukitow/a8d4aea7b5d6bee7a397 to your computer and use it in GitHub Desktop.
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 100px;
}
#footer {
color: white;
position: absolute;
bottom: 0;
width: 100%;
background-color: #1e1e1e;
}
#footer img{
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment