Skip to content

Instantly share code, notes, and snippets.

Created December 28, 2011 18:15
Show Gist options
  • Save anonymous/1528972 to your computer and use it in GitHub Desktop.
Save anonymous/1528972 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
p:after {
content: attr(data-title);
}
<p data-title="bla">test</p>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment