The Media Queries Level 4 Interaction Media Features — pointer, hover, any-pointer and any-hover — are meant to allow sites to implement different styles and functionality (either CSS-specific interactivity like :hover, or JavaScript behaviors, when queried using window.matchMedia), depending on the particular characteristics of a user’s input device.| CSS-Tricks
Learn about the different image elements and CSS solutions, configuring their attributes, and various considerations for selecting which method to use.| 12daysofweb.dev
Some CSS media queries can detect user preferences. We'll review the two best-supported types for motion and color settings.| 12daysofweb.dev
Jan 2023 - There have been additional updates to how Safari exposes list semantics based on their nesting context. For instance, if a list is a descendant...| www.scottohara.me
Let's look at how to use `background-size` and `object-fit` for similar full-width image effects, and learn when to select one over the other.| Modern CSS Solutions