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.