Created
June 30, 2015 11:36
-
-
Save andreypelykh/ea66e1c7714cc51e997a to your computer and use it in GitHub Desktop.
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
.triangle{ | |
width: 0; | |
height: 0; | |
border-bottom: 100px solid #000; | |
border-left: 50px solid transparent; | |
border-right: 50px solid transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment