UI/UX Atlas

Responsive & Platform

Design across the device landscape — fluid layouts, container queries, and platform conventions.

  1. Mobile-First Strategy & Its Modern Refinements

    Start with the smallest, most constrained viewport and progressively enhance upward — here's how that philosophy evolved and what it demands in 2026.

  2. Container Queries & Style Queries

    Shift responsive logic from the viewport to the component itself — container and style queries finally let CSS respond to where a component lives, not just how wide the screen is.

  3. Fluid Layouts & Intrinsic Design

    Modern CSS gives layouts the tools to respond to their own content — not just the viewport — making brittle device breakpoints a design smell of the past.

  4. Breakpoints: Content-Driven vs. Device-Driven

    Choosing where layouts shift based on what the content needs—not which device it runs on—is one of the most consequential decisions in responsive design.

  5. Responsive Images: srcset, picture & Modern Formats

    Serving the right image at the right size and format is one of the highest-leverage performance and UX decisions a front-end team can make.

  6. Pixel Density & Resolution-Independent Design

    Designing for the full spectrum of screen densities — from standard displays to 3x Retina — so every asset and layout looks crisp on any device.

  7. Progressive Enhancement & Graceful Degradation

    Build interfaces that work everywhere first, then reward capable browsers — a strategy that cuts fragility, improves accessibility, and future-proofs your code against the ever-expanding device landscape.

  8. User-Preference Media Features

    Respect how people actually want to experience your UI — motion, contrast, color scheme, and more — by reading user-preference media features directly in CSS and design tokens.

  9. Platform Conventions: iOS, Android, Web & Desktop

    Designing well across platforms means speaking each platform's native language — navigation patterns, gesture vocabularies, and interaction models that users already know.

  10. Wearables & Glanceable Interface Design

    Designing for smartwatches, fitness bands, and ambient displays demands radically compressed information hierarchies and sub-second comprehension — skills that sharpen your design thinking on every screen.

  11. TV & 10-Foot UI Design

    Designing for living-room screens means rethinking every interaction model — navigation, focus, contrast, and layout must all adapt to a device viewed from across the room.

  12. Spatial Computing & visionOS Design

    Designing for spatial computing demands a fundamentally new vocabulary — depth, gaze, gesture, and physical space replace the flat canvas assumptions that underpin every other platform.

  13. Foldable & Dual-Screen Design

    Designing for foldables and dual-screen devices demands new mental models — postures, seam-aware layouts, and adaptive continuity that no breakpoint list can anticipate.

  14. Core Web Vitals & CLS Prevention

    Master Google's performance metrics that directly connect layout stability and load speed to real user experience and search ranking.