Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 14, 2013 04:08
Show Gist options
  • Save carlos-sanchez/7461188 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7461188 to your computer and use it in GitHub Desktop.
Replace h1 for logo for SEO reasons.
h1 {
text-indent:-9999px;
margin:0 auto;
width:400px;
height:100px;
background:transparent url("images/logo.jpg") no-repeat scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment