The grid-template-areas Property

To specify two rows, make one more sequence

Each row is defined by apostrophes (' ').

"myArea" will span the first two columns, in the first two rows:

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