Created
June 16, 2011 00:37
-
-
Save duellsy/1028469 to your computer and use it in GitHub Desktop.
Box shadow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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