CSS 19 💻 grid-template-areas, grid-area and grid-template
These three properties take CSS Grid to the next level, allowing you to create named grid areas, precisely position items, and use a shorthand for the entire grid definition. Overview of Properties Property Description grid-template-areas Defines named grid areas using a visual map grid-area Positions a grid item in the grid (or assigns it to…