Learning CSS Grid - 2???? [this is a draft]
Below, I use the aliases grid-template-rows
and grid-template-columns
for grid-template
:
Below, I use the aliases grid-template-rows
and grid-template-columns
for grid-template
:
Finally I need a CSS grid. Here is my intro to it. If you prefer a video this one (28 minutes) explains grid basics very well. But before learning CSS grid, I need to answer the question if I need it. I know flexbox quite ok, so why not use flexbox.