
Stephanie Eckles is the author of in-depth tutorials on ModernCSS.dev, and the creator of StyleStage.dev, SmolCSS.dev, and 11ty.Rocks. Steph has well over a decade of webdev experience that she enjoys sharing as an author, egghead and workshop instructor, podcast host, Twitch streamer, and conference speaker. She's an advocate for accessibility, scalable CSS, and the Jamstack. Offline, she's mom to two girls and a cowboy corgi and enjoys baking.
Stephanie's articles

An Introduction to Container Queries in CSS
Container queries enable the styling of elements based on available space. They allow us to build resilient components that are adaptable.

An Introduction to the :has() Selector in CSS
The :has() pseudo-class has far greater range than just styling an element’s ancestor. It's a great time for you to become familiar with it!