How does Bootstrap’s grid system adapt when nesting grids within grids?

  • The columns within the nested grid overflow the parent grid.
  • The columns within the nested grid share the same horizontal space as the parent grid.
  • The columns within the nested grid shrink to accommodate the content.
  • The nested grid creates a new row, and columns are independent of the parent grid.
In Bootstrap, when nesting grids, a new row is created for the nested grid, and its columns are independent of the parent grid. This allows for more complex layout structures.
Add your answer
Loading...

Leave a comment

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