Created
February 25, 2013 02:24
-
-
Save omurphy27/5026960 to your computer and use it in GitHub Desktop.
CSS - Simple 3D Box Shadow Effect
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
/* simple 3d box-shadow effect taken from the http://www.webdesignerdepot.com/ Twitter sidebar */ | |
.container { | |
box-shadow: #F6E128 6px 6px 0px; | |
background: #191919; | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment