Created
May 30, 2020 06:20
-
-
Save weeebdev/0871fc140e7f8483e85ff96769db8e7c to your computer and use it in GitHub Desktop.
gradient 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
h1 { | |
background-image: linear-gradient(#EAEBF5 0%, #C7C8DB 100%); | |
color: transparent; | |
background-clip: text; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment