In Bootstrap, how do offset classes like 'offset-md-' enhance the grid layout?

  • Creates space before the column, pushing it to the right
  • Adjusts the column width
  • Centers the column horizontally
  • Skips the column in the grid
The 'offset-md-' classes in Bootstrap add space before the column, effectively pushing it to the right. This allows for fine-tuning the layout and creating responsive designs.
Add your answer
Loading...

Leave a comment

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