gridTemplateColumns

The grid-template-columns CSS property defines the line names and track sizing functions of the grid columns.

Syntax: none | <track-list> | <auto-track-list> | subgrid <line-name-list>?

Initial value: none

| Chrome | Firefox |  Safari  |  Edge  |             IE              |
| :----: | :-----: | :------: | :----: | :-------------------------: |
|   57   |   52    |   10.1   |   16   |   10   _(-ms-grid-columns)_ |

See also