Skip to content

Instantly share code, notes, and snippets.

@BindiChen
Last active February 25, 2020 18:44
Show Gist options
  • Save BindiChen/88df157e39be73ce072e512484d86fb7 to your computer and use it in GitHub Desktop.
Save BindiChen/88df157e39be73ce072e512484d86fb7 to your computer and use it in GitHub Desktop.
increase border to 100px
.box_2 {
width: 50px;
height: 50px;
margin: 100px auto;
}
.box_2 {
border-top: 60px solid red;
border-right: 60px solid lime;
border-bottom: 60px solid blue;
border-left: 60px solid yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment