Skip to content

Instantly share code, notes, and snippets.

@devhero
Created February 19, 2017 22:47
Show Gist options
  • Save devhero/ab261b73c757bdcd2066cfe86f7a10f4 to your computer and use it in GitHub Desktop.
Save devhero/ab261b73c757bdcd2066cfe86f7a10f4 to your computer and use it in GitHub Desktop.
ul {
list-style-type: none;
padding-left: 20px;
}
li {
position: relative;
padding-left: 20px;
margin-bottom: 10px
}
li:before {
position: absolute;
top: 0;
left: 0;
font-family: FontAwesome;
content: "\f058";
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment