Skip to content

Instantly share code, notes, and snippets.

@re4388
Forked from csssecrets/dabblet.css
Created August 26, 2020 01:44
Show Gist options
  • Save re4388/234463cb9c0711fcede631c3cc1717fe to your computer and use it in GitHub Desktop.
Save re4388/234463cb9c0711fcede631c3cc1717fe to your computer and use it in GitHub Desktop.
Multiple borders
/**
* Multiple borders
*/
div {
width: 100px;
height: 60px;
margin: 25px;
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":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment