Sub Grid
Loading "Fixing Vertical Gap in a Subgrid"
Run locally for transcripts
π¨βπΌ Let the parent grid define grid
rows
, so we can later align the content section with the logo tiles.Logo tiles as subgrid
π¨ For the logo tiles, Defer the grid rows to the parent grid with
subgrid
.π¨ Span the grid across 6 rows, to maintain the previous grid layout.
π° You can define grid-template-rows as a
subgrid
with grid-rows-subgrid
.π° You can span an element across multiple rows with the
row-span-*
utilities.