Skip to main content

LinksCSS

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!

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!