For a responsive product grid, Bootstrap requires the use of 'col-___' classes.

  • xs
  • lg
  • md
  • sm
The correct answer is md. Bootstrap's grid system relies on the use of column classes such as 'col-md-' to create a responsive product grid. The 'md' class ensures that the layout adjusts appropriately on medium-sized screens, making it an effective choice for displaying products in a responsive grid format. Understanding and applying the correct column class is crucial for achieving responsive design.
Add your answer
Loading...

Leave a comment

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