web-devux
Media Queries
Media queries are a CSS feature that allows you to apply styles conditionally based on device characteristics like viewport width, height, orientation, color scheme preference, or reduced motion settings. They are the backbone of responsive web design, enabling different layouts for mobile, tablet, and desktop screens. Modern media queries also support user preference detection with prefers-color-scheme and prefers-reduced-motion for more accessible experiences.
#web-dev#ux