Created
November 7, 2012 16:22
-
-
Save moritamoriko/4032600 to your computer and use it in GitHub Desktop.
text-shadow
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
/*テキストの影*/ | |
text-shadow: 1px 1px 0 rgba(255,255,255,0.8); /* chrome、safari */ | |
-moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8); /* firefox */ | |
-o-text-shadow: 1px 1px 0 rgba(255,255,255,0.8); /* OPERA */ | |
-ms-text-shadow: 1px 1px 0 rgba(255,255,255,0.8); /* IE */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment