Repeating Linear Gradient Text
Adam Argyle
December 30, 2024
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