Skip to content

Instantly share code, notes, and snippets.

@stefbowerman
Created February 21, 2014 07:45
Show Gist options
  • Save stefbowerman/9130315 to your computer and use it in GitHub Desktop.
Save stefbowerman/9130315 to your computer and use it in GitHub Desktop.
Text effect. Makes text look like ink splashed with water.
.fuzz-text {
color: #333;
color: rgba(0, 0, 0, 0.6);
text-shadow: 0 0 1px #797979;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment