Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 2, 2012 03:38
Show Gist options
  • Select an option

  • Save snowman-repos/3816017 to your computer and use it in GitHub Desktop.

Select an option

Save snowman-repos/3816017 to your computer and use it in GitHub Desktop.
CSS: Blurry Text
.blur {
color: transparent;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment