Presentations tagged selectors
selectors elsewhere
Other relevant things on selectors you might find valuable.
Quick Reminder That :is() and :where() Are Basically the Same With One Key Difference | CSS-Tricks
I’ve seen a handful of recent posts talking about the utility of the :is() relational pseudo-selector. No need to delve…
Read MoreThe :empty pseudo-class in CSS | Go Make Things
You can use this to target elements that have no children—either child elements or whitespace and text nodes—and style them…
Read MoreCSS Selectors
CSS selectors Advent Calendar 2024 Source: CSS Selectors
Read MoreThe Undeniable Utility Of CSS :has
Well, I’ve spent the past few months rebuilding this blog, using all of the modern CSS bells and whistles. And…
Read MoreThe Power of :has() in CSS | CSS-Tricks – CSS-Tricks
Hey all you wonderful developers out there! In this post we are going to explore the use of :has() in…
Read MoreWhat You Need to Know about Modern CSS (Spring 2024 Edition) – Frontend Masters Boost
My goal with this bookmarkable guide is to provide a list of (frankly: incredible) new additions to CSS lately. There…
Read More