The ________ property in CSS Grid is used to create an explicit number of rows in a grid layout.

  • grid-auto-rows
  • grid-row
  • grid-template-columns
  • grid-template-rows
The grid-template-rows property in CSS Grid is used to define the explicit size of rows in a grid layout. It allows you to specify the size of each row individually or using a combination of keywords, percentages, and other length units.
Add your answer
Loading...

Leave a comment

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