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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *