Created
June 4, 2014 09:58
-
-
Save voku/e9950c67ee7fcc1951d5 to your computer and use it in GitHub Desktop.
box shadow - DEMO: http://jsfiddle.net/voku/9cjRd/
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
.shadow { | |
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment