Skip to content

Instantly share code, notes, and snippets.

@titox
Forked from csssecrets/dabblet.css
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save titox/b75b2ad91a8c004c206d to your computer and use it in GitHub Desktop.

Select an option

Save titox/b75b2ad91a8c004c206d to your computer and use it in GitHub Desktop.
Multiple borders
/**
* Multiple borders
*/
body {
text-align :center;
}
div {
width: 200px;
height: 200px;
border-radius: .2em;
background: yellowgreen;
border-radius: 50%;
box-shadow:
0 0 0 10px #655,
0 0 0 20px deeppink,
0 0 0 30px blue,
0 0 0 40px red,
0 2px 5px 50px 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