#grid-area
default
grid-area:
auto;
The grid item's column and row starts and ends are automatically set.
grid-area:
main;
You can use an area name.
default
grid-area:
auto;
The grid item's column and row starts and ends are automatically set.
grid-area:
main;
You can use an area name.