Skip to content

Instantly share code, notes, and snippets.

@duellsy
Created June 16, 2011 00:37
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 duellsy/1028469 to your computer and use it in GitHub Desktop.
Save duellsy/1028469 to your computer and use it in GitHub Desktop.
Box shadow
-moz-box-shadow: 0 1px 3px black;
-webkit-box-shadow: 0 1px 3px black;
box-shadow: 0 1px 3px black;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment