Created
March 14, 2013 22:29
-
-
Save omurphy27/5165826 to your computer and use it in GitHub Desktop.
CSS Cool Text-shadow effect from Codrops
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
/* Cool Text Shadow Effect stolen from Codrops: http://tympanus.net/codrops/ */ | |
.ct-featured h2 { | |
color: #282828; | |
text-shadow: 1px 1px 0px #f2f2f2, 1px 2px 0px #b1b1b2; | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment