Created
January 4, 2012 15:14
-
-
Save hozumi/1560469 to your computer and use it in GitHub Desktop.
text-shadowやbox-shadowにalphaなグラデーションかけるとかなりかっこ良くなる ref: http://qiita.com/items/1569
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
text-shadow: 0 1px 0 rgba(255,255,255,0.4),0 0 5px rgba(0,0,0,0.1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment