Use .col-* classes to specify column widths (1-12)
Use .col for auto-sizing equal-width columns
Use .col-auto for content-based width
Use .offset-* to push columns to the right
Use .row.justify-* to align columns horizontally
Use .row.align-* to align columns vertically
Use .order-* to reorder columns visually
Use .row.no-gutters to remove column padding
Use .row.gap-* for consistent spacing (uses CSS gap)
Place rows inside columns for complex layouts
Centred containers with max-width constraints
Tailwind-style CSS Grid with .grid, .grid-cols-*, .col-span-*
Columns stack below 576px viewport width (mobile-first)
How it works:
< 576px: All .col-* columns stack vertically (width: 100%)≥ 576px: Columns display at their specified widthsTry it: Resize your browser window to see the columns below stack on mobile.