Linear Gradient for Text

PHOTO EMBED

Sat Oct 15 2022 16:59:52 GMT+0000 (Coordinated Universal Time)

Saved by @omnixima #css

// Linear Gradient for Text
.text-item {
    background: -webkit-linear-gradient(360deg, #1284ac, #0c009b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
content_copyCOPY