.row
can have a max-width.row
is centered by default.row
can be aligned left or right.col
is full-width by default.col
can span 1-12 columns.col
is full-width by default..col
width can be responsive.col
visibility can be responsive.row
can be nested in another .row
.row
can be nested in a .col
.row
referenceRow Classes | |
---|---|
Class | Max-Width |
.xs | 512px |
.sm | 768px |
.md | 1024px |
.lg | 1280px |
.xl | 1536px |
.col
referenceColumn Classes | |
---|---|
Class | Screen Width |
.xs-[0-12] | 0px+ |
.sm-[0-12] | 512px+ |
.md-[0-12] | 768px+ |
.lg-[0-12] | 1024px+ |
.xl-[0-12] | 1280px+ |
.row
is full-width by default