Created
July 7, 2012 16:49
-
-
Save tylergaw/3067178 to your computer and use it in GitHub Desktop.
Image replacement without all the crud. Super cool
This file contains 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
/* Image replacement without all the crud. Super cool */ | |
/* From: http://devfiles.myopera.com/articles/1181/cssgendemo.html#imagereplacement */ | |
/* and https://twitter.com/themaninblue/status/221516983554936832 */ | |
/* No Firefox support yet. */ | |
a { | |
content: url('https://www.readability.com/media/images/logo_chair.png'); | |
} |
This file contains 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><a href="https://www.readability.com">Readability</a></h1> |
This file contains 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment