An important concept for you to understand when using grid is that of the explicit and implicit grid. The explicit grid is the grid that you define with the grid-template-rows, grid-template-columns, and grid-template-areas properties. The implicit grid is automatically generated by the grid container whenever grid items are positioned outside of the explicit grid.
#css #grid #cssforbeginners