Skip to content

Instantly share code, notes, and snippets.

@machal
Created January 27, 2012 08:22
Show Gist options
  • Save machal/1687763 to your computer and use it in GitHub Desktop.
Save machal/1687763 to your computer and use it in GitHub Desktop.
CSS3 gradient on list-style-image
/**
* Dabblet: CSS3 gradient on list-style-image
*/
body {
font: 2em sans-serif;
}
ul {
list-style-image: linear-gradient(#ddd, #666);
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li>Gradient
<li>on
<li>list-style-image
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment