CSS Grid for beginners | the implicit and explicit grid

Опубликовано: 31 Октябрь 2021
на канале: VirtualAddiction
777
22

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