Skip to content

Instantly share code, notes, and snippets.

@BindiChen
Created February 25, 2020 18:28
Show Gist options
  • Save BindiChen/bd97bfbd9dea3fd752580cc81f24bc97 to your computer and use it in GitHub Desktop.
Save BindiChen/bd97bfbd9dea3fd752580cc81f24bc97 to your computer and use it in GitHub Desktop.
CSS code for border
.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