-
-
Save drublic/1528976 to your computer and use it in GitHub Desktop.
Testing Nicolas Gallagher's method for responsive images
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
/** | |
* Testing Nicolas Gallagher's method for responsive images | |
*/ | |
p { | |
content: attr(data-title); | |
} |
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
<h2>Testing Nicolas Gallagher's method for responsive images</h2> | |
<p>This paragraph should show the word "WORX!" if the method works.</p> | |
<p data-title="WORX!">Nope!</p> |
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
{"view":"split","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment