Last active
February 25, 2020 18:44
-
-
Save BindiChen/88df157e39be73ce072e512484d86fb7 to your computer and use it in GitHub Desktop.
increase border to 100px
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_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