Created
June 3, 2018 14:35
-
-
Save danielt69/a6939ec17da5b06cde96aebf0cf21245 to your computer and use it in GitHub Desktop.
gradient text style
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
| element.style { | |
| background-image: linear-gradient(to left, #777dff 0%, #f154ff 50%, #f0357c 100%),linear-gradient(to right, #777dff 0%, #497ce2 50%, #37bdde 100%); | |
| color: transparent; | |
| -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