Skip to content

Instantly share code, notes, and snippets.

@Lif3line
Last active August 29, 2015 14:01
Show Gist options
  • Save Lif3line/56c0999686b4c13fc470 to your computer and use it in GitHub Desktop.
Save Lif3line/56c0999686b4c13fc470 to your computer and use it in GitHub Desktop.
Sticky footer that sticks to the bottom of a webpage
#footerWrap {
width: 100%;
border-top: 1px solid #A1A1A1;
background-color: #333333;
position: absolute;
bottom:0;
left:0;
overflow-x: hidden;
}
<div id="footerWrap"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment