Skip to content

Instantly share code, notes, and snippets.

@zetareticoli
Created February 7, 2012 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetareticoli/1760518 to your computer and use it in GitHub Desktop.
Save zetareticoli/1760518 to your computer and use it in GitHub Desktop.
Drop and Inset tiny shadow
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08), inset 0 1px 0 white;
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08), inset 0 1px 0 white;
box-shadow: 2px 1px 3px rgba(0,0,0,0.08), inset 0 1px 0 white;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment