Created
March 31, 2016 21:43
-
-
Save gardner/f8c4b905b20b579fe031542bdf9897b1 to your computer and use it in GitHub Desktop.
poops as bullet points for your list items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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