Created
July 6, 2015 20:35
-
-
Save skipshean/a5a6b3c21987794025d4 to your computer and use it in GitHub Desktop.
Stick HTML div to bottom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.stickyBottom{ | |
position: fixed; | |
bottom: 0px; | |
z-index: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to affix a div at the bottom of a page on load.