The grid-area property in CSS Grid can be specified as ________ to place an item spanning specific rows and columns.

  • 'column-start / column-end'
  • 'column-start / row-start'
  • 'row-start / column-start'
  • 'row-start / row-end'
Using 'row-start / row-end' in the grid-area property allows you to specify the starting and ending grid lines for the rows, effectively spanning specific rows.
Add your answer
Loading...

Leave a comment

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