Search
grid-template is a shorthand property to set grid-template-rows, grid-template-columns and grid-template-areas in a single declaration.
grid-template
grid-template-rows
grid-template-columns
grid-template-areas
Let's look at an example with below format:
Example:
is equivalent to
Let's look at an example using this format: