/
๐ŸŒˆ

CSS Gradient Text

CSS
h1 a {
  background-image: linear-gradient(to bottom right, yellow, red);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  // text-fill-color: transparent;
}

Demo: codepen.io/makzan/pen/zYYObbK

Edit this page
Code Snippets & Notes by Makzan