Let's learn about how CSS container queries work with lots of examples and use-cases.| ishadeed.com
Now is the time to begin experimenting with a long requested layout tool.| OddBird
Get ready for this incoming CSS feature that will allow developing components that respond to their container's width and other properties.| 12daysofweb.dev
1. Introduction| www.w3.org
CSS Containment Module Level 3| drafts.csswg.org
Designers have coveted print for its precision layouts, lamenting the varying user contexts on the web that compromise their designs. Ethan Marcotte advocates we shift our design thinking to approp…| A List Apart
Coding HTML emails is a beast of its own with lots of differences from coding web pages. This workshop will make you reconsider everything you know about coding HTML emails and hopefully make you love the craft.| SmashingConf
Using grid and flexbox, we can create styles that respond to container and content widths and overcome some of the pain points that container queries are proposed to resolve.| Modern CSS Solutions