CSS links
Core
A Complete Guide to Flexbox - CSS tricks
Possibly my most visited page on the internet
Every layout
full version: https://api.every-layout.dev/view?email={email address}
New
Creating a halftone effect with CSS
Just wild what you can do with CSS these days. Whilst everyone was swooing over JS frameworks like React CSS got REALY GOOD
Fit text ot available width
It's not pretty but...
Registered custom properties are now available in all modern browsers. Using some pre-existing techniques based on them and complex container query length units, I solved a years-long problem of fitting text to the width of a container, hopefully paving the path towards a proper native implementation.
Flow Charts with CSS Anchor Positioning
With the introduction of the CSS Anchor Position API in Chrome 125, it's never been easier to position an element relative to another element. This is a great way to manage complex positioning use cases like popovers and tooltips.