Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2015 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/ff588fc5b9c11f0fb92d to your computer and use it in GitHub Desktop.
Save anonymous/ff588fc5b9c11f0fb92d 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