Skip to content

Instantly share code, notes, and snippets.

@hadrysmateusz
Created January 2, 2021 23:11
Show Gist options
  • Save hadrysmateusz/e93bf49a6e2e034fe830741ea48dd2e2 to your computer and use it in GitHub Desktop.
Save hadrysmateusz/e93bf49a6e2e034fe830741ea48dd2e2 to your computer and use it in GitHub Desktop.
Markdium-
.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