Slide 3
Slide 3 text
What Is CSS Grid?
CSS Grid layout brings a two-dimensional layout tool to
the web, with the ability to lay out items in rows and
columns. CSS Grid can be used to achieve many different
layouts. It excels at dividing a page into major regions, or
defining the relationship in terms of size, position, and
layer, between parts of a control built from HTML
primitives.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
“