Created
March 20, 2019 02:03
-
-
Save hefhuman/e9aa2cb99d94d21605dc8fadd4154771 to your computer and use it in GitHub Desktop.
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> | |
<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