1
2
CSS Grid Layout
New Terminology
3
4
Grid Track (Column) A grid track is the space between two adjacent grid lines, forming a grid column or grid row.
5
6
Grid Area A grid area consists of one or more adjecent grid cells. It is bound by four grid lines, one on each side of the grid area.
7
Grid Cell A grid cell is the smallest unit of the grid. A grid cell is the intersection of a grid row and a grid column.
8
9
10
11
12
Grid Track (Row) A grid track is the space between two adjacent grid lines, forming a grid column or grid row.