diff --git a/src/_docs/grid.md b/src/_docs/grid.md index 9d577a9f5..08ada9122 100644 --- a/src/_docs/grid.md +++ b/src/_docs/grid.md @@ -2,4 +2,75 @@ title: Grid utilities icon: fe fe-grid in_progress: true ---- \ No newline at end of file +description: Quickly and easily create layouts with the basic 12-column. +--- + +### Basic layout + +Create basic grid layout using columns. With `.row` and `.col`, we can easily manipulate the layout. + +{% example html %} +