Skip to content

Instantly share code, notes, and snippets.

@jefferyrdavis
Last active December 19, 2015 17:38
Show Gist options
  • Save jefferyrdavis/5992141 to your computer and use it in GitHub Desktop.
Save jefferyrdavis/5992141 to your computer and use it in GitHub Desktop.
Snippit: CSS: Fixed location footer
#footer {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment