Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active October 26, 2021 13:47
Show Gist options
  • Select an option

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

Select an option

Save csssecrets/cc055dadf493c15723cf 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: 0 5px 4px -4px 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