Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Created January 4, 2015 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 80 You must be signed in to fork a gist
  • Save csssecrets/525eb8e9cdade71723c1 to your computer and use it in GitHub Desktop.
Save csssecrets/525eb8e9cdade71723c1 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