Last active
November 10, 2015 06:39
-
-
Save jonathansampson/130ce25e63c3b3ec1af9 to your computer and use it in GitHub Desktop.
This file contains 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 { | |
padding-left: 0; | |
list-style: none; | |
line-height: 1.5em; | |
font-family: Tahoma; | |
} | |
ul::before { | |
font-weight: 700; | |
content: "\53\68\2a\74\20\4c\69\73\74\3a"; | |
} | |
li { | |
position: relative; | |
padding-left: 1.5em; | |
} | |
li::before { | |
left: 0; | |
content: "\1F4A9"; | |
position: absolute; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks great! Here's a demo for those who are curious