Avoiding <img> layout shifts: aspect-ratio vs width & height attributes - JakeArchibald.com

Tagged: frontend
Brad Frost shares a clever use of the picture
element in combination with a prefers-reduced-motion
media query to make animated GIFs more accessible.
Chris Coyier explores several ways to do HTML includes. I particularly like Scott Jehl’s approach involving self-removing iframes
.
Brad Frost on wether an input type="number"
is always a good idea. (Hint: it's not)
And another really nice visual cheatsheet for CSS flexbox properties.
A really nice cheatsheet for CSS grid properties.