When designing for mobile-first, it's recommended to start with a ________ viewport width in CSS before adjusting for larger screens.
- initial-scale
- maximum-scale
- minimum-scale
- width=device-width
When designing for mobile-first, it's crucial to set the viewport width using width=device-width to ensure proper scaling on various devices and screens.
Loading...
Related Quiz
- How can you apply multiple box shadows to one element?
- What is the total width of an element (including padding and border) when the 'box-sizing' property is set to 'content-box'?
- How can you ensure that the animation effects persist after the animation completes its execution?
- In the context of JavaScript frameworks, what is the main purpose of using CSS-in-JS libraries?
- What is the primary purpose of the grid-template-areas property?