Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save csssecrets/d29d19ab66177b18bd64 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: 3px 3px 6px -3px 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