Responsive layout with Grid system using Flexbox (v.1.0)
A Project By GAMO
Download GithubAdd class to HTML like this .D-6 .{classname}-{column}
Desktop
100%
Laptop
1200px
Tablet
992px
Mobile
768px
Small Mobile
568px
Layout with Flexbox just add only classname without number.
Columns will be full width when each breackpoints are active with CSS media query
.........
Use the flexbox alignment utilities to align columns.
Add below class into column to vertically align seft.
.........
Add below class into row to vertically align all columns.
.........
Add below class into row to horizontaly align all columns.
.........
Flexbox utilities for controlling the visual order of your content.
Add class to HTML like this .M-order-2 .{classname}-order-{order number}
.........