What is the CSS :has selector used for?

What is the CSS :has selector used for?

Hi Tim,

The CSS :has() selector lets you select elements based on whether they contain specific descendants. It targets the parent element with one or more descendants that match the specified selector and can also target siblings or child elements.

For more information, please check the following guide on CSS :has selector.