Skip to content

Instantly share code, notes, and snippets.

@neoncrumpet
Created October 21, 2012 14:17
Show Gist options
  • Select an option

  • Save neoncrumpet/3927103 to your computer and use it in GitHub Desktop.

Select an option

Save neoncrumpet/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