Skip to content

Instantly share code, notes, and snippets.

@Fresh-Dev
Created February 10, 2016 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fresh-Dev/c3e0c1b06426d2915f75 to your computer and use it in GitHub Desktop.
Save Fresh-Dev/c3e0c1b06426d2915f75 to your computer and use it in GitHub Desktop.
Hiding H1 for logo
h1 {
text-indent: -9999px;
margin: 0 auto;
width: 320px;
height: 85px;
background: transparent url("images/logo.png") no-repeat scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment