[css-only] I made a thing
Feel free to tweak the two custom properties in the css pane to explore the different mosaic patterns that are generated.
Syndicated from the fediverse. Read and engage on the original instance.
View original on programming.devFeel free to tweak the two custom properties in the css pane to explore the different mosaic patterns that are generated.
3 replies
Very cool! I like how changing either variable gives you a completely different pattern. Though not the same idea here's another fun one: https://codepen.io/josetxu/pen/mdoaKEr
Oh cool, yeah and you're also using multiple
repeating-radial-gradients to generate textured noise.That's exactly what I was doing while working on a new button style.
Some gradients and some noise sprinkled on top to remove some of the flatness, but while I was experimenting with the noise I happened upon that really cool pattern and thought I'd share it by itself.
Nice thing