Created
May 12, 2014 19:13
-
-
Save carlosrojaso/205ab1c3def5f9602f1e to your computer and use it in GitHub Desktop.
CSS3 Text 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
h1 | |
{ | |
text-shadow: 5px 5px 5px #FF0000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment