Grid simplified

Grid is a two dimensional layout system for web.You can easily design websites using grid, without using float and positioning.

Grid Columns

For vetically layout you can use grid-colomn property. Here for two column item grid you can use class twoItem_grid and for three items use threeItem_grid.

With two items

item1
item2

With three items

item1
item2
item3

Grid Rows

horizontal layout you can use grid-row property. For two row grid item you can use class twoItem_rows_grid and for three row grid items use threeItem_rows_grid.

With two items

item1
item2

With three items

item1
item2
item3