Skip to content

Instantly share code, notes, and snippets.

@kennyadsl
Forked from anonymous/dabblet.css
Created November 29, 2015 10:41
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 kennyadsl/15f5f0d4c45d09bbe62f to your computer and use it in GitHub Desktop.
Save kennyadsl/15f5f0d4c45d09bbe62f to your computer and use it in GitHub Desktop.
Multiple borders
/**
* Multiple borders
*/
div {
width: 100px;
height: 60px;
margin: 25px;
background: yellowgreen;
border: 10px solid #655;
outline: 5px solid deeppink;
}
div.book-version {
outline: 15px solid deeppink;
}
<div></div>
<div class="book-version"></div>
// 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