Created
July 12, 2018 22:51
-
-
Save lmeyer/64ba3b91a236b2ef7dceef6ac248a985 to your computer and use it in GitHub Desktop.
Gradient on text
This file contains 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
background: linear-gradient(45deg,#f5a04b,#d82873); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
display: inline-block; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment