Skip to content

Instantly share code, notes, and snippets.

@galaakk
Created September 8, 2012 19:54
Show Gist options
  • Save galaakk/3679185 to your computer and use it in GitHub Desktop.
Save galaakk/3679185 to your computer and use it in GitHub Desktop.
CSS : Blurry text
.blur {
color: rgba(0, 0, 0, 0);
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