Last active
April 22, 2016 13:46
-
-
Save yratof/00b4966d6b7d0ba590be7c19ddf58b37 to your computer and use it in GitHub Desktop.
Gradient text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.colour-knock-out { | |
background: -webkit-linear-gradient(left, #FF4300 0%, #FFBC00 100%); | |
-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