In a mobile-first approach, what is the significance of the 'min-width' property in Bootstrap's grid system?
- It sets the maximum width of the grid container
- It defines the minimum width at which the columns will stack vertically
- It specifies the maximum width for grid columns
- It has no significance in a mobile-first approach
In a mobile-first approach, the 'min-width' property in Bootstrap's grid system is significant as it defines the minimum width at which the columns will stack vertically. This ensures that the layout starts with a single column on small screens and then adjusts to multiple columns as the screen size increases.
Loading...
Related Quiz
- E-commerce sites often use Bootstrap's ___ class for consistent and responsive padding around product descriptions.
- What is the primary role of Bootstrap CSS in a web project?
- Describe the purpose of 'nested' grids in Bootstrap and how they are implemented.
- In SASS, the ___ directive is often used to override Bootstrap's variables before importing Bootstrap's SASS files.
- How do you initialize a Bootstrap tooltip using jQuery?