Item Flow: A New Unified Concept for Layout — You may recall all the debate around 'masonry' layouts in CSS and how best to implement them — now there's a third option in the mix. It’s one that “unifies the flex-flow and grid-auto-flow properties into a whole new mechanism” known as Item Flow. Here’s a look at what it is, plus what it means for Flexbox and Grid.
Jen Simmons (WebKit)
|
ℹ️ This new integrated option that the CSSWG is now pursuing came via the W3C Technical Architecture Group in November, which shared:
"Overall, we think masonry, grid, and wrapping-flexbox should be incorporated into a unified set of properties. Chrome's proposal splits apart property sets too eagerly, but even the WebKit proposal seems to miss a chance to develop more-general properties."
|
|
Master Chrome's DevTools — Join Jon Kuperman for this video course diving into Chrome's DevTools. You'll go beyond console.log(), learning how to inspect, debug, and audit your web apps — tracking performance, identifying bottlenecks, making performance gains, and more. Level up your DevTools skills.
Frontend Masters sponsor
|
Carousels with CSS — As of Chrome 135 you could now, theoretically, ditch the various carousel libraries and make use of new features introduced via CSS Overflow 5. Adam runs through the multitude of options this opens up — meaning we now have tools at our disposal for creating accessible, performant carousels with just CSS. Kevin Powell has also taken a look in this (honestly) related video (stick with it).
Adam Argyle
|
📙 Articles, Opinions & Tutorials
|
▶ The Death of the Browser — In ten years, could web browsers become a nostalgic memory? This lightning talk (related slides here) shares our journey from the invention of the browser, to the data arms race, to the dawn of AI agents. Proposing how those agents are possibly enabling a return to the era of free information with the ‘web as the API’.
Rachel-Lee Nabors
|
Expanding CSS Shadow Effects — A solid exploration of CSS shadows, going beyond just basic depth perception. Preethi shares how things like inset box-shadows , filters, layering, and @keyframes can create interesting and dynamic visual effects.
Preethi Sam
|
▶ Revisiting Fluid Type — A roughly hour long chat with Richard Rutter of Clearleft about fluid typography, and how a website design should plan for (and respond to) user preferences.
Miriam Suzanne & Stacy Kvernmo
|
🧰 Tools, Code & Resources
|
CSS Holographic Masks — Christian has been experimenting with some neat holographic effects created with CSS gradients and masks, and shares the results here via various little demos. Scroll to see the shiny stuff in action.
Christian Alder Codepen
|
Font Sensei: Google Fonts Categorized by Tag Names — To filter the results there are dozens of tags to choose from, for example high-contrast, all-caps, futuristic, etc., with each tag displaying the number of fonts on that style (e.g. “western 5”).
Font Sensei
|
|