Which property is used to span multiple rows or columns in a grid layout?
- grid-area
- grid-column-count
- grid-row-count
- grid-row-span
The grid-area property is used to span multiple rows and columns in a grid layout. By defining the starting and ending grid lines within this property, you can control how many rows and columns your grid item spans.
Loading...
Related Quiz
- How can you target an element that is the only child of its parent using a pseudo-class?
- The ______ value of the animation-timing-function property makes the animation progress in a series of jumps, like frames in a flipbook.
- What unit is typically recommended for setting the "line-height" property to ensure consistent spacing?
- Which CSS property adjusts the space between lines of text?
- If you have a CSS rule with !important and another rule with higher specificity targeting the same element, which one will take precedence?