Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created May 23, 2012 18:57
Show Gist options
  • Save zackn9ne/2777077 to your computer and use it in GitHub Desktop.
Save zackn9ne/2777077 to your computer and use it in GitHub Desktop.
Super stylish footer
#footer {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
text-align: left;
vertical-align: baseline;
margin: 0px; padding: 0px; border: none;
padding-top: 70px;
position: relative;
z-index: 500;
}
#footer-inner {background: url("/images/dotted.gif") repeat-x scroll 0 25px #F3F3F3;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment