Skip to content

Instantly share code, notes, and snippets.

@cedricici
Created January 24, 2012 18:05
Show Gist options
  • Save cedricici/1671574 to your computer and use it in GitHub Desktop.
Save cedricici/1671574 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* @counter-style
*/
ul,dl{
background:red;
}
li::marker{
color:blue;
content:"lkl";
}
<ul>
<li>taratata</li>
<li>tirititi</li>
</ul>
espace
<dl>
<dt>terme</dt>
<dd>définition</dd>
</dl>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment