Text gradient

PHOTO EMBED

Sun Oct 02 2022 13:14:08 GMT+0000 (Coordinated Universal Time)

Saved by @Kristi #css

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
content_copyCOPY

https://cssgradient.io/blog/css-gradient-text/