Skip to content

Instantly share code, notes, and snippets.

@hadrysmateusz
Created August 31, 2021 01:44
Show Gist options
  • Save hadrysmateusz/773af8634e6d6e2722612e1921f7af67 to your computer and use it in GitHub Desktop.
Save hadrysmateusz/773af8634e6d6e2722612e1921f7af67 to your computer and use it in GitHub Desktop.
Markdium-TK IMAGE WITH TEXT ON A GRADIENT BACKGROUND
.gradient-text {
color: red;
}
@supports (background-clip: text) {
.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