Created
February 11, 2011 00:04
-
-
Save nashingofteeth/821660 to your computer and use it in GitHub Desktop.
css triangle
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
<style> | |
#tri { | |
border-color: black black transparent transparent; | |
border-style:solid; | |
border-width: 50px; | |
width:0; | |
height:0; | |
} | |
</style> | |
<div id="tri"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment