Skip to content

Instantly share code, notes, and snippets.

@brianbroken
Created April 27, 2013 00:05
Show Gist options
  • Save brianbroken/5471256 to your computer and use it in GitHub Desktop.
Save brianbroken/5471256 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