Last active
December 20, 2015 03:29
-
-
Save pablolobos/6063658 to your computer and use it in GitHub Desktop.
css: triangle-left
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
width: 0px; | |
height: 0px; | |
border-style: solid; | |
border-width: 0.5em 1em 0.5em 0; | |
border-color: transparent #cc4 transparent transparent; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment