Skip to content

Instantly share code, notes, and snippets.

@SBaof
Forked from csssecrets/dabblet.css
Created September 14, 2017 07:31
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 SBaof/0f0c7eb12f1fd7380b2e17f9f81d91b8 to your computer and use it in GitHub Desktop.
Save SBaof/0f0c7eb12f1fd7380b2e17f9f81d91b8 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":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment