Created
March 25, 2011 19:18
-
-
Save maxparm/887426 to your computer and use it in GitHub Desktop.
Arrow in CSS
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
<span></span> | |
<style> | |
span { | |
height:0; | |
width:0; | |
border-width:5px; | |
border-style:solid; | |
border-color:red transparent transparent transparent; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment