CSS GRID
-
CSS Grid Layout is the most powerful layout system available in CSS It is a two dimensional and it can handle both coloms and rows.
Display values
- grid: generates a block level grid.
-
inline-grid: generates a inline level grid.
-
grid-template-columns and grid-template-rows
-
defines the colums and rows the grid with a space separated list of value.
<track-size>
a percentage or a fraction for the lenght.<line-name>
a name of your choise.
attribution