Last active
February 25, 2020 18:43
-
-
Save BindiChen/70693f979cc5c99249a74388706d1f50 to your computer and use it in GitHub Desktop.
box size set to 0
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_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