The grid-area Property

You can use the grid-area property to specify where to place an item.

The syntax is grid-row-start / grid-column-start / grid-row-end / grid-column-end.

Item8 will start on row-line 2 and column-line 1, and span 2 rows and 3 columns:

1
2
3
4
5
6
7
8
9
10
11
12
13