Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 22, 2013 06:20
Show Gist options
  • Save spencejs/5219362 to your computer and use it in GitHub Desktop.
Save spencejs/5219362 to your computer and use it in GitHub Desktop.
Clip Image To Text
h1{
-webkit-mask-image: url(/path/to/mask.png);
-o-mask-image: url(/path/to/mask.png);
-moz-mask-image: url(/path/to/mask.png);
mask-image: url(/path/to/mask.png);
text-shadow: 0 0 30px rgba(30, 28, 28, 0.6);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment