Skip to content

Instantly share code, notes, and snippets.

@weeebdev
Created May 30, 2020 06:20
Show Gist options
  • Save weeebdev/0871fc140e7f8483e85ff96769db8e7c to your computer and use it in GitHub Desktop.
Save weeebdev/0871fc140e7f8483e85ff96769db8e7c to your computer and use it in GitHub Desktop.
gradient text
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