Skip to content

Instantly share code, notes, and snippets.

@oozman
Created May 9, 2013 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oozman/5546340 to your computer and use it in GitHub Desktop.
Save oozman/5546340 to your computer and use it in GitHub Desktop.
A little subtle shadow on a text.
.shadow-text {
text-align: left;
color: #fff;
text-shadow: black 0.1em 0.1em 0.2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment