Skip to content

Instantly share code, notes, and snippets.

@jessehattabaugh
Created November 1, 2012 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessehattabaugh/3996491 to your computer and use it in GitHub Desktop.
Save jessehattabaugh/3996491 to your computer and use it in GitHub Desktop.
Untitled
ul{
width: 300px;
margin: 100px auto;
}
li{
font-size: 1em;
list-style: none;
background-image: url('http://icons.iconarchive.com/icons/calle/smith-and-wesson/32/Single-Bullet-icon.png');
background-repeat: no-repeat;
padding-left: 1em;
background-size: 1em;
}
<ul>
<li>Apples</li>
<li>Oranges</li>
<li>Bananas</li>
</ul>
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment