To create a gap between grid items in CSS Grid, the grid-________ property is used.
- row-gap
- item-gap
- gap
- column-gap
The correct option is 3. The gap property is used to create a gap between grid items in CSS Grid, and it works for both rows and columns.
Loading...
Related Quiz
- To create a fading transparent effect from the bottom to the top, you would use a linear-gradient starting with a color and ending with ________.
- How can you ensure that a CSS transition applies only when a specific property changes?
- In a multi-column layout, which CSS property is used to control the gap between columns?
- In Styled Components, how are styles scoped to a specific component?
- What is the main advantage of using a modular CSS approach?