Skip to content

Instantly share code, notes, and snippets.

@swapnilshrikhande
Created November 15, 2016 11:26
Show Gist options
  • Save swapnilshrikhande/ec2c226b7db5c150aefe08b4336b6cc6 to your computer and use it in GitHub Desktop.
Save swapnilshrikhande/ec2c226b7db5c150aefe08b4336b6cc6 to your computer and use it in GitHub Desktop.
Sticky footer styles
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment