grid-template-rows # 08

grid-template-rows

The grid-template-rows property specifies the number (and the heights ) of rows in a grid layout.












grid-template-rows: minmax(100px, 1fr);
grid-template-rows: fit-content(40%);
grid-template-rows: repeat(3, 200px);


Previous PostNext Post







Post a Comment

Previous Post Next Post