Skip to content

Instantly share code, notes, and snippets.

@hefhuman
Created March 20, 2019 02:03
Show Gist options
  • Save hefhuman/e9aa2cb99d94d21605dc8fadd4154771 to your computer and use it in GitHub Desktop.
Save hefhuman/e9aa2cb99d94d21605dc8fadd4154771 to your computer and use it in GitHub Desktop.
<ul>
<li></li>
</ul>
<style>
ul {
margin: 0.75em 0;
padding: 0 1em;
list-style: none;
}
li:before {
content: "";
border-color: transparent red;
border-style: solid;
border-width: 0.35em 0 0.35em 0.45em;
display: block;
height: 0;
width: 0;
left: -1em;
top: 0.9em;
position: relative;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment