Repeating Linear Gradient Text

Adam Argyle December 30, 2024
Source

Saw this on a skateboard, had to make it in CSS . background: repeating-linear-gradient( to bottom , #000 0px var(--_stripe-size), #fff var(--_stripe-size) var(--_stripe-gap) ); Ended up not just being gradient text, but a repeating gradient text effect ๐Ÿค“ Fun: CSS can repeat a repeating gradient

Discussion in the ATmosphere

Loading comments...