Skip to content

Instantly share code, notes, and snippets.

@BindiChen
Created February 25, 2020 18:38
Show Gist options
  • Save BindiChen/e7f7f98046736dbdfa495e1f33927e2a to your computer and use it in GitHub Desktop.
Save BindiChen/e7f7f98046736dbdfa495e1f33927e2a to your computer and use it in GitHub Desktop.
adjust triangle size
.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