[css-only] I made a thing

https://codepen.io/spartanatreyu/pen/Yzbmvbr

Feel free to tweak the two custom properties in the css pane to explore the different mosaic patterns that are generated.

11 points · 3 comments · view on lemmy.world

3 Comments

xoggy@programming.dev · 5 pts · 2y (1 reply)

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

spartanatreyu@programming.dev · 2 pts · 2y

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.

starman@programming.dev · 1 pts · 2y

Nice thing