Created
February 10, 2016 19:25
-
-
Save Fresh-Dev/c3e0c1b06426d2915f75 to your computer and use it in GitHub Desktop.
Hiding H1 for logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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