Skip to content

Instantly share code, notes, and snippets.

@skipshean
Created July 6, 2015 20:35
Show Gist options
  • Save skipshean/a5a6b3c21987794025d4 to your computer and use it in GitHub Desktop.
Save skipshean/a5a6b3c21987794025d4 to your computer and use it in GitHub Desktop.
Stick HTML div to bottom
.stickyBottom{
position: fixed;
bottom: 0px;
z-index: 1;
}
@skipshean
Copy link
Author

to affix a div at the bottom of a page on load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment