Intro to CSS Grid

preview_player
Показать описание
This tutorial covers the basics of how you can create columns and rows with CSS grid properties.

Рекомендации по теме
Комментарии
Автор

Thanks for this very useful tutorial, Steve!

I'm brand new to this so my question may be stupid... Why do you use flex instead of grid's justify-items | align-items | place-items here?

meatyout
Автор

For the most part, does grid and flex replace or reduce usage of properties like position / float / clear or does it just depend on the situation and what might one of those situations be ?

frenchfry