- Explain what a CSS grid system is
- Explain how the
display: gridproperty is used- Describe the following properties:
grid-column,grid-row, &grid-auto-rows
- Describe the following properties:
- Use the built-in CSS grid properties to create dynamic layouts
Turn to your neighbor and explian what a grid system is in CSS. What properties does it have? How is it useful?
Spend a few minutes researching the new CSS grid layout. In particular, look into the grid-column, grid-row, & grid-auto-rows properties.
Resources:
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
- https://css-tricks.com/snippets/css/complete-guide-grid/
Fork and clone this repo: https://github.com/gSchool/css-grid-example. Edit the existing index.html & style.css files to match the example image