grid-template-columns
grid-template-columns: none | auto | max-content | min-content | length | initial | inherit;
The grid-template-columns property specifies the number (and the widths) of columns in a grid layout. The values are a space separated list, where each value specifies the size of the respective column.