Skip to navigation
Grid-auto-rows CSS property specifies the size of an implicitly-created grid
22.08.22
grid-auto-rows The grid-auto-rows CSS property specifies the size of an implicitly-created grid row track or pattern of tracks. /* Keyword values */ grid-auto-rows: min-content; grid-auto-rows: max-content; grid-auto-rows: auto; /*
values */ grid-auto-rows: 100px; grid-auto-rows: 20cm; grid-auto-rows: 50vmax; /*
values */ grid-auto-rows: 10%; grid-auto-rows: 33.3%; /*
values */ grid-auto-rows: 0.5fr; grid-auto-rows: 3fr; /* minmax() values */ grid-auto-rows: minmax(100px, auto); grid-auto-rows: minmax(max-content, 2fr); grid-auto-rows: minmax(20%, 80vmax); /* multiple track-size values */ grid-auto-rows: min-content max-content auto; grid-auto-rows: 100px 150px 390px; grid-auto-rows: 10% 33.3%; grid-auto-rows: 0.5fr 3fr 1fr; grid-auto-rows: minmax(100px, auto) minmax(max-content, 2fr) minmax(20%, 80vmax); grid-auto-rows: 100px minmax(100px, auto) 10% 0.5fr fit-content(400px); /* Global values */ grid-auto-rows: inherit; grid-auto-rows: initial; grid-auto-rows: revert; grid-auto-rows: revert-layer; grid-auto-rows: unset;
https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
Reply
Anonymous
Information Epoch 1766749434
Worse is better.
Home
Notebook
Contact us