Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Created January 29, 2015 16:28
Show Gist options
  • Select an option

  • Save csssecrets/a23e445fca36293d12f6 to your computer and use it in GitHub Desktop.

Select an option

Save csssecrets/a23e445fca36293d12f6 to your computer and use it in GitHub Desktop.
One-sided shadow
/**
* One-sided shadow
*/
div {
width: 1.6in;
height: 1in;
background: #fb3;
box-shadow: 5px 0 5px -5px black,
-5px 0 5px -5px black;
}
// alert('Hello world!');
{"view":"split","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