The grid-column Property

Use the grid-column property to specify on which column to place an item, and how many columns the item will span.

This property is a shorthand property for the grid-column-start and grid-column-end properties.

Item1 will start on column 1, and span 2 columns:

1
2
3
4
5
6
7