Skip to content

Instantly share code, notes, and snippets.

@d33pfri3d
Created October 21, 2012 14:17
Show Gist options
  • Save d33pfri3d/3927103 to your computer and use it in GitHub Desktop.
Save d33pfri3d/3927103 to your computer and use it in GitHub Desktop.
Sticky Footer
<div id="wrapper">
Stuff goes here.
<div id="footer_push"></div>
</div>
<footer>
<p>This is my footer</p>
</footer>
@import "compass/reset";
@import "compass/layout/sticky-footer";
@include sticky-footer(24px, "#wrapper", "#footer_push", "footer");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment