Created
March 21, 2023 15:04
-
-
Save diggeddy/a5b92d5590a70486dd92b3c29535a57a 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 { | |
display: block; | |
font-size: 80px; | |
font-weight: 900; | |
background: linear-gradient(90deg, var(--accent), var(--global-color-8)); | |
-webkit-background-clip: text; | |
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