Skip to content

Instantly share code, notes, and snippets.

@musicalbigfoot
Created January 25, 2013 20:14
Show Gist options
  • Save musicalbigfoot/4637456 to your computer and use it in GitHub Desktop.
Save musicalbigfoot/4637456 to your computer and use it in GitHub Desktop.
CSS: Outline Text Shadow
text-shadow: -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment