In a mobile-first design, what is the typical default layout style before any media query is applied?

  • Adaptive
  • Fixed-width
  • Fluid-width
  • Responsive
In a mobile-first design, the default layout style is typically fluid-width, where elements take up the full width of the viewport. This ensures a better user experience on smaller screens and allows for a more natural progression when adapting to larger screens through media queries.
Add your answer
Loading...

Leave a comment

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