Created
February 25, 2020 18:28
-
-
Save BindiChen/bd97bfbd9dea3fd752580cc81f24bc97 to your computer and use it in GitHub Desktop.
CSS code for border
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_1 { | |
width: 50px; | |
height: 50px; | |
margin: 100px auto; | |
} | |
.box_1 { | |
border-top: 5px solid red; | |
border-right: 5px solid lime; | |
border-bottom: 5px solid blue; | |
border-left: 5px solid yellow; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment