For a column to span half of the container in a 12-column grid, you use the class 'col-___.'

  • 12
  • 4
  • 6
  • 8
In Bootstrap, the 'col-6' class is used to make a column span half of the container in a 12-column grid. The number after 'col-' represents the number of columns a column should span. So, 'col-6' indicates a 50% width column.
Add your answer
Loading...

Leave a comment

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