Skip to content

Instantly share code, notes, and snippets.

@quawn
Last active March 10, 2017 14:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quawn/7575136 to your computer and use it in GitHub Desktop.
Save quawn/7575136 to your computer and use it in GitHub Desktop.
CSS: Block text gradient colour
background: -webkit-gradient(linear,left top,left bottom,from(#ff0052),to(#8e2b88));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment