Skip to content

Instantly share code, notes, and snippets.

@moritamoriko
Created November 7, 2012 16:22
Show Gist options
  • Save moritamoriko/4032600 to your computer and use it in GitHub Desktop.
Save moritamoriko/4032600 to your computer and use it in GitHub Desktop.
text-shadow
/*テキストの影*/
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