Skip to content

Instantly share code, notes, and snippets.

@oozman
Created May 9, 2013 08:44
Show Gist options
  • Select an option

  • Save oozman/5546340 to your computer and use it in GitHub Desktop.

Select an option

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