Skip to content

Instantly share code, notes, and snippets.

@BindiChen
Last active February 25, 2020 18:43
Show Gist options
  • Save BindiChen/70693f979cc5c99249a74388706d1f50 to your computer and use it in GitHub Desktop.
Save BindiChen/70693f979cc5c99249a74388706d1f50 to your computer and use it in GitHub Desktop.
box size set to 0
.box_3 {
width: 0;
height: 0;
margin: 100px auto;
}
.box_3 {
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