grid-template

Term side of the Card
Topic: Grids
Unit title: grid-template
Categories: Property
Explanation side of the Card

Explanation: The shorthand property that defines the structure of the grid layout by combining `grid-template-rows`, `grid-template-columns` and `grid-template-areas` properties into a single declaration. It provides a concise way to create and organize the entire grid.

Browser compatibility:
  • The chrome browser supports this feature starting from version 57
  • The edge browser supports this feature starting from version 16
  • The firefox browser supports this feature starting from version 52
  • The safari browser supports this feature starting from version 10.1
Availability: