The grid-area CSS shorthand property specifies a grid item’s size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.
grid-area: <row-start> / <column-start> / <row-end> / <column-end>Source: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area