Loading…
Loading…
Apply CSS gradients to text using the background-clip technique.
background: linear-gradient(90deg, #ff00ff 0%, #00ffff 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 72px; font-weight: 700;