Skip to main content

LinksFebruary 2026

modern.css(modern-css.com)

CSS has evolved so much that it's hard to keep track. modern-css.com is fabulous if you want to check whether you can replace old tricks with the new and shiny!

Sites focused on web and browser stuff(canwe.dev)

You probably know about caniuse.com. But do you know about caniemail.com? Or canidev.tools, whocanuse.com and cssdb.org?

I love a good list, canwe.dev lists all these utility webdev sites. I love it!

The logo soup problem(www.sanity.io)

Our friends at Sanity released a new React component (<LogoSoup>) that tackles the problem of logo alignment. Some logos are too wide, some are too thin; and as a result "just putting" logos next to each other looks terrible.

As someone who's tackled this exact problem many times manually, I'm game for an automated approach. And as it turns out, there's even an official algorithm (the "Proportional Image Normalization Formula") to do that. TIL!