Skip to content

Instantly share code, notes, and snippets.

@hadrysmateusz
Created August 31, 2021 01:44
Show Gist options
  • Save hadrysmateusz/1aea48c1945121f2e27f97f8a3a50efe to your computer and use it in GitHub Desktop.
Save hadrysmateusz/1aea48c1945121f2e27f97f8a3a50efe to your computer and use it in GitHub Desktop.
Markdium-TK IMAGE WITH TEXT ON A GRADIENT BACKGROUND
.gradient-text {
background-image: linear-gradient(red,blue);
background-clip: text;
color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment