11.
How do you align grid items along the block axis within their grid area?
12.
How can you align grid items along the cross axis within the grid container?
13.
How do you specify the starting and ending grid lines for a grid item in CSS Grid?
14.
What is the purpose of the grid-area property in CSS Grid?
15.
How do you control the space between grid items and grid tracks in CSS Grid?
16.
What is the purpose of using named grid areas in CSS Grid?
17.
How can you distribute grid items evenly along the inline axis within the grid container?
18.
What does the align-content property control in CSS Grid?
19.
How do you ensure a grid item spans across multiple columns in CSS Grid?
20.
How can you create a responsive grid layout in CSS Grid?