In mobile-first design, the use of ________ media queries is essential for adapting the layout for larger screens.

  • device-width
  • max-width
  • min-width
  • screen-size
Mobile-first design involves using min-width media queries to adapt the layout for larger screens. This approach prioritizes styles for small screens and uses media queries to progressively enhance the design as the screen size increases. Understanding the use of max-width is crucial for responsive web design.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *