Q1: If you need a three-column layout on a medium device, which 'col-md-' classes will you use for equal width columns?

  • 1
  • col-md-3
  • col-md-4
  • col-md-6
In Bootstrap, 'col-md-4' would be used for equal width columns on a medium device. The number represents the number of columns, and 'md' signifies the medium device breakpoint.
Add your answer
Loading...

Leave a comment

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