Created
May 11, 2018 19:59
-
-
Save space11/98d1f152e25fe390f7aaa65ad8e1e4f9 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
| .class { | |
| background-image: linear-gradient( | |
| to right, | |
| #fff, | |
| #111 | |
| ); | |
| -webkit-background-clip: text; | |
| color: transparent; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment