Created
April 8, 2015 10:23
-
-
Save verytwisty/5ebcfdc1f886c9bc507b to your computer and use it in GitHub Desktop.
Image Replacement CSS
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.logo { | |
| width: 160px; | |
| height: 65px; | |
| background: url(img.png); | |
| text-indent: 100%; | |
| white-space: nowrap; | |
| overflow: hidden; | |
| margin: 0 0 50px 0; | |
| } |
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 class="logo"><a href="http://www.website.com">Name</a></h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment