check thumbs-o-up twitter github desktop tablet folder-o wordpress

Grid

Grid Demo for MM.css - Minimal Modern CSS Framework

You can use grid and col to create flexbox based grid columns.

Auto Relaxed Grid Columns

Use col-flex for auto relaxed sizing of columns in grid.

.col
.col
.col
.col
.col
.col
.col

Grid Columns with Width

Use col when specifying exact width of each column. Width can be specified using the width utility classes such as w-10, w-50 etc.

.col.col-3
.col.col-9
.col.col-6
.col.col-2
.col.col-4

Grid Columns with Gutters

Add gutters or gutters-small to grid to create spacing between columns.

.col
.col
.col
.col
.col
.col
.col
.col

Want to contribute to the documentation? Edit this page on Github.