Created
October 29, 2018 18:05
-
-
Save marktenney/0f98323d1584078842215d145f0d0b06 to your computer and use it in GitHub Desktop.
Fixed Footer Reveal Effect
This file contains 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
footer { | |
bottom: 0; | |
left: 0; | |
position: fixed; | |
right: 0; | |
z-index: -100; | |
} | |
.fl-page-content { | |
margin-bottom:600px; /* change this value to match the height of the footer */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment