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.
Add your answer
Loading...

Leave a comment

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