Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content.
Utilize breakpoint-specific column classes for equal-width columns.
Setting one column width also means you can set the width of one column and the others will automatically resize around it.
Using the classes, columns can size itself based on the natural width of its content.
Add classes .justify-content-*(center,end,around,between)
in .row
Use flexbox alignment utilities to vertically and horizontally align columns.
Add classes .align-items-*(start,center,end)
in .row
.
Move columns to the right using offset classes. These classes increase the left margin of a columns.