Skip to content

Instantly share code, notes, and snippets.

@jonathansampson
Last active November 10, 2015 06:39
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 jonathansampson/130ce25e63c3b3ec1af9 to your computer and use it in GitHub Desktop.
Save jonathansampson/130ce25e63c3b3ec1af9 to your computer and use it in GitHub Desktop.
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;
}
@AmaanC
Copy link

AmaanC commented Nov 10, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment