A collection of awesome materials, that level up your CSS skills with the pseudo-class :has
.
:has()
: the family selector — the article by Jhey Tompkins ondeveloper.chrome.com
- Using
:has()
as a CSS Parent Selector and much more — the article by Jen Simmons onwebkit.org
- Level Up Your CSS Skills With The
:has()
Selector — the article by Stephanie Eckles onsmashingmagazine.com
- CSS
:has()
— the article by Estelle Weyl on12daysofweb.dev
- CSS
:has
Parent Selector — the article by Ahmad Shadeed onishadeed.com
- CSS
:has
A Parent Selector And It Is Better Than I Ever Could Have Hoped For — the article onblog.webdevsimplified.com
- The CSS
:has()
selector is way more than a “Parent Selector” — the article by Bramus onbram.us
- Detect “islands of elements” with the same class, thanks to CSS
:has()
— the article by Bramus onbram.us
- Selecting previous siblings with CSS
:has()
— the article by Tobias Ahlin ontobiasahlin.com
- Create a Direction Aware Hover Effect Using CSS
:has()
Selector — the video by CSS Weekly onyoutube
- Style a parent element based on its number of children using CSS
:has()
— the article by Bramus onbram.us
- Hiding empty elements with CSS
:empty
and:has()
— the article by Tobias Ahlin ontobiasahlin.com
- Practical Use Cases for
:has()
Pseudo-Class — the video by CSS Weekly onyoutube
:has(:not())
vs.:not(:has())
— the article by Manuel Matuzović onmatuzo.at