Skip to content

Instantly share code, notes, and snippets.

@voidove
Last active September 9, 2016 02:09
Show Gist options
  • Save voidove/99a37dd12e46facc3fda0a879df1c0e8 to your computer and use it in GitHub Desktop.
Save voidove/99a37dd12e46facc3fda0a879df1c0e8 to your computer and use it in GitHub Desktop.
box-shadow
/**
* box-shadow
*/
div {
height: 30px;
background: lightgrey;
margin: 0 auto;
width: 300px;
//box-shadow: inset 2px 0 red, inset -2px 0 red, inset 0 -2px red;
box-shadow: inset 2px 2px green, inset -2px -2px red;
}
<div>test box-shadow</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment