Created
February 28, 2011 15:23
-
-
Save joggink/847456 to your computer and use it in GitHub Desktop.
buttons with box shadow
This file contains hidden or 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
| border-width: 0; | |
| -webkit-box-shadow: inset 2px 2px rgba(255,255,255,.5), | |
| inset 0 -1px rgba(51,51,51,.5), | |
| inset -1px 0 rgba(102,102,102,.5), | |
| 0 0 2px rgba(0,0,0,0.85); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment