CSS Repeating Gradients
Repeating gradients take a trick we can already do with the creative use of color-stops
on the linear-gradient()
and radial-gradient()
notations, and bakes it in for us.
The idea is that we can create patterns out of the gradients we …