Grid Demo for MM.css - Minimal Modern CSS Framework
You can use grid
and col
to create flexbox based grid columns.
Use col-flex
for auto relaxed sizing of columns in grid.
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.
Add gutters
or gutters-small
to grid to create spacing between columns.
Want to contribute to the documentation? Edit this page on Github.