Skip to content

Instantly share code, notes, and snippets.

@marktenney
Created October 29, 2018 18:05
Show Gist options
  • Save marktenney/0f98323d1584078842215d145f0d0b06 to your computer and use it in GitHub Desktop.
Save marktenney/0f98323d1584078842215d145f0d0b06 to your computer and use it in GitHub Desktop.
Fixed Footer Reveal Effect
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