---
layout: single
property_name: grid-template-areas
---
Defines areas within a grid container. These areas can then be referenced when placing a grid item.
No area is defined.
You can use area names to specify which cells each grid item should occupy.
#grid-template-areas
default
grid-template-areas: none;
grid-template-areas: "header header header" "sidebar main main";