To add columns to a grid, use the grid-template-columns property on a grid container.
The number of parameters given to the grid-template-columns property indicates the number of columns in the grid, and the value of each parameter indicates the width of each column.