Skip to content

Instantly share code, notes, and snippets.

@area73
Created December 17, 2020 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save area73/b95dfae179aae0ab525a72dff5050936 to your computer and use it in GitHub Desktop.
Save area73/b95dfae179aae0ab525a72dff5050936 to your computer and use it in GitHub Desktop.
Multiple borders
/**
* Multiple borders
*/
div {
width: 100px;
height: 60px;
margin: 25px;
clip:150px;
background: yellowgreen;
box-shadow: 0 0 0 10px #655,
0 0 0 15px deeppink,
0 2px 5px 15px rgba(0,0,0,.6);
}
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment