1.
What is the purpose of CSS Grid layout?
2.
Which property is used to define a grid container in CSS Grid?
3.
What are grid lines in CSS Grid?
4.
How do you define the structure of columns and rows in CSS Grid?
5.
How can you specify the placement of a grid item within the grid in CSS Grid?
6.
How do you create named grid areas in CSS Grid?
7.
What does the grid-gap property control in CSS Grid?
8.
How do you align grid items along the inline axis within a grid area?
9.
What is the purpose of the align-items property in CSS Grid?
10.
What does the justify-content property control in CSS Grid?