grid-auto-rows
: set the default row height template patterm.- =100px: means default height for rows is 100px
- =minmax(100px, auto): means min height is 100px and grows if the content exceeds the minimum height.
grid-auto-rows
: set the default row height template patterm.