Created
February 25, 2020 18:38
-
-
Save BindiChen/e7f7f98046736dbdfa495e1f33927e2a to your computer and use it in GitHub Desktop.
adjust triangle size
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
.box_5 { | |
width: 0; | |
height: 0; | |
margin: 100px auto; | |
} | |
.box_5 { | |
border-top: 120px solid red; | |
border-right: 60px solid transparent; | |
border-bottom: 60px solid transparent; | |
border-left: 60px solid transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment