Skip to content

Instantly share code, notes, and snippets.

@drublic
Forked from anonymous/dabblet.css
Created December 28, 2011 18:16
Show Gist options
  • Save drublic/1528976 to your computer and use it in GitHub Desktop.
Save drublic/1528976 to your computer and use it in GitHub Desktop.
Testing Nicolas Gallagher's method for responsive images
/**
* Testing Nicolas Gallagher's method for responsive images
*/
p {
content: attr(data-title);
}
<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>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment