Responsive
Responsive modifiers enable specifying different column sizes, offsets, alignment and distribution at xs, sm, md & lg viewport widths.
Fluid
Percent based widths allow fluid resizing of columns and rows.
.col-xs-6 {
flex-basis: 50%;
}
Simple Syntax
All you need to remember is row, column, content.
Auto Width
Add any number of auto sizing columns to a row. Let the grid figure it out.
Nested Grids
Nest grids inside grids inside grids.
Alignment
Add classes to align elements to the start or end of a row as well as the top, bottom, or center of a column
.start-
.center-
.end-
Here is an example of using the modifiers in conjunction to acheive different alignment at different viewport sizes.
Example
.top-
.middle-
.bottom-
Distribution
Add classes to distribute the contents of a row or column.
.around-
.between-
Reordering
Add classes to reorder columns.
.first-
.last-