✅ talk "Contextualism" at CSS Day 2026 Slides · Prop For That
🛬 Landed and stoked for CSS Day 2026! 💀 Tattoo scheduled 🤜🤛 Excited to see fellow CSS nerds 🎁 Have a special surprise at the end of my talk that I can't wait to reveal
Every Layout is a collection of composable CSS layout patterns. Here's how I've extracted them into a reusable pattern library I can use in any project.
I wished for this last year .flex-container { display : flex ; flex-wrap : balance ; } now it's headed to Chrome 🤘🏻
Just submitted my State of CSS 2026 Survey.
Would use: CSS relative alpha . button { border-color : alpha(from hotpink / calc (alpha * .25) ); }
un peu de code pour améliorer la lisibilité des commentaires du plugin ActivityPub de WordPress
You can now use my <color-input> as a Figma plugin : HDR Color Picker
Status updates and enforcing the crispiest-possible 88x31 badges across the web
Was on PodRocket to chat about my post Why AI Sucks At Front End : Watch it here or listen
I updated the blob light and dark themes to use a cooler color palette.
Go beyond balance. Learn how text-wrap: pretty improves readability, reduces awkward breaks, and makes your UI feel more polished.
New CSS you feel like you could use today
I added light and dark themes to my blog along with some responsive fixes on smaller screens with a little help.
People like to use the `box-shadow` property for styling focus outlines, but that can be bad for accesssibility.
How can it generate 3D worlds, videos, images and entire web pages, but still suck at front-end?
Why className and style props make your life harder, not easier
Try the latest <color-input> concept (I think it's hella rad) ⚓️ anchor() progressive enhancement 🤖 workers for color compute 🙈 new animations & interactions 🎨 gamut boundaries, mapping, stretching ☯️ contrast scores & much more QA and comment on GitHub if you may.
My CSS Day 2025 talk is out! 📼 youtube.com/watch?v=vPb7d28RFNE Slides, demo links, & more here .
How to make View Transitions not always a straight line
scroll-driven geometric orbit experiments Triangles Atomic Squares Orbits Featuring billboarding , center of mass pivoting, and CSS trig functions .
img :hover { scale : 1.2 ; clip-path : inset (10 % round 20 px ) ; } nice, n' simple ( codepen )
Building a modern custom select with base-select.
This week I compete in Syntax 's March madCSS ; me against 16 other badass devs in CSS & UI challenges 😅 Wish me luck 🤞
I prompt LLMs with logical properties.
Morphing overlay elements from dynamic places
@custom-media working behind a flag in Firefox Nightly! @custom-media --motionOK (prefers-reduced-motion: no-preference); @media (--motionOK) { transition: transform .3s ease; } Lovely syntax. Open Props has ~45 ready to go , peep the spec , or visit MDN for more info.
Finally… Chrome 145 joins WebKit and Firefox in supporting overscroll effects on nested scrollers . No more bonk UX, get the same soft edge bounce as the main page has always had! ❤️ Ty Robert!
Toolbelt worthy, powerful, and game-changing CSS you need for 2026.
Fit width text in 1 line of CSS: h1 { text-grow : per-line scale ; } Prototype available in Canary 145+ Codepen · CSSWG · Explainer · Prior Art
Was on The UX Show with Yash Raj and Victor Sanchez 🤓 Watch it on YouTube
How to adjust perceived font weight in dark mode without layout shift
I bought a copy of Complete CSS from Picalli.li a few weeks ago, with the intention of upping my CSS game. It's old territory for me, but my layout techniques pre-date flex... floats, clear fixes and IE hacks. Looking forward to learning some new techniques as I update the site. Go beyond syntax expertise and...
MIDI Meets CSS ; out now on YouTube!