/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pieroxy.net
| | blog.stephaniestimac.com
1.6 parsecs away

Travel
| | An overview of the proposed CSS media query `prefers-reduced-data`
| | www.bram.us
1.8 parsecs away

Travel
| | A media feature like width can take its value from a range. When used, we prefix these with min- or max- to express minimum condition or maximum condition constraints. @media (min-width: 300px) and (max-width: 750px) { } In CSS Media Queries Level 4 these type of Media Features can now be written as a Continue reading "Media Queries Level 4: Media Query Range Contexts (Media Query Ranges)"
| | umaar.com
1.8 parsecs away

Travel
| | Chrome DevTools - Simulate Media Query Features like prefers-color-scheme
| | devikanair2805.uk
20.1 parsecs away

Travel
| Introduction Responsive web design has been a cornerstone of modern web development since Ethan Marcotte introduced the concept in 2010. For over a decade, we've relied on viewport-based media queries as the standard approach, often implementing a mobile-first methodology. However, as web applications have grown increasingly complex with component-based architectures, the limitations of traditional media [...]