<- Back
Comments (31)
- spankaleeThis is made with (and by the author of) <css-doodle>, a web component that lets you put the CSS variant used in this blog inline into your HTML, like so: <script src="https://esm.sh/css-doodle/css-doodle.min.js?raw"></script> <css-doodle> @grid: 15 / 90%; border-radius: 50%; background: hsl(@t(/20), 70%, 60%); scale: sin(@atan2(@dx, @dy) + @ts); </css-doodle> No JS needed except for loading the definition of the <css-doodle> component. Works in plain HTML, Markdown, frameworks, etc.https://css-doodle.com/
- HughParryI wonder why the firefox CSS rendering engine prefers to smooth out. Looks like a dramatically different implementation, but maybe that's just because it's an edge case of rendering
- tiffanyhOT: really love the design of this blog. Simple, clear and content first.
- nicbouNeat! It's unfortunate that the rendering is so different between browsers.Have you tried the same thing with shadows? They can also be stacked, I believe.
- vjay15This is so freaking cool
- anonundefined
- jacktu[flagged]
- shutterkiller[flagged]
- assimpleaspossiPeople should quit trying to make CSS a drawing tool--it is not--and start learning how to use SVG instead or images.