CSS Grid Columns, Rows and Gaps

Grid Columns

The vertical lines of grid items are called columns.

Grid Rows

The horizontal lines of grid items are called rows.

Grid Gaps

The spaces between each column/row are called gaps.

Continue reading CSS Grid Columns, Rows and Gaps