Skip to content

Instantly share code, notes, and snippets.

@DenisTkachuk
Forked from csssecrets/dabblet.css
Created May 3, 2016 14:45
Show Gist options
  • Save DenisTkachuk/9d4444f26400b06a4dc0fcf3ee928184 to your computer and use it in GitHub Desktop.
Save DenisTkachuk/9d4444f26400b06a4dc0fcf3ee928184 to your computer and use it in GitHub Desktop.
Multiple borders
/**
* Multiple borders
*/
div {
width: 100px;
height: 60px;
margin: 25px;
background: #655;
border: 10px solid #655;
border-radius: 6px;
outline: 1px dashed rgba(255,255,255,.5);
outline-offset: -5px;
}
// 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