Search Results for: Gasket sets
page that uses the hamonshū design. it is: grid-template-rows: repeat( ,min-content) fr repeat( ,min-content); the general idea here is, the first seven rows are sized to be the minimum necessary to contain content inside those rows. this is also true of the last three rows. and in between those sets
, a fr row that takes up the rest of the grid container's height, pushing the two sets apart. in the simplest case, where there's just a header, main content column, and a footer, with nothing in the sidebars (the layout has three columns, remember), the content will fill the rows like so: here's the...
https://meyerweb.com/eric/thoughts/2020/07/01/accordion-rows-in-css-grid/