Skip to content

Instantly share code, notes, and snippets.

@gardner
Created March 31, 2016 21:43
Show Gist options
  • Select an option

  • Save gardner/f8c4b905b20b579fe031542bdf9897b1 to your computer and use it in GitHub Desktop.

Select an option

Save gardner/f8c4b905b20b579fe031542bdf9897b1 to your computer and use it in GitHub Desktop.
poops as bullet points for your list items
ul {
list-style: none;
padding: 0px;
}
li:before {
content: "\1F4A9";
margin: 0 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment