Skip to content

Instantly share code, notes, and snippets.

@shiv122
Created March 23, 2023 06:13
Show Gist options
  • Save shiv122/f03a78f17ab3f252853a28df855f7de4 to your computer and use it in GitHub Desktop.
Save shiv122/f03a78f17ab3f252853a28df855f7de4 to your computer and use it in GitHub Desktop.
gradient-test
background: -webkit-linear-gradient(300deg, #93f5ec 20%, #a77bf3 70%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment