New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
One card has three lines of description, so its button sits lower than every other card in the row.
What you'll have at the end
A row of cards whose headers, bodies and footer buttons land on shared lines, done with subgrid and no height measuring code
You need
A row of card components already rendering side by side, such as plan or pricing cards, each one built from a header, a body block listing a few items, and a footer with one action button, with at least one card's body noticeably longer than the others.
Not covered
Making the row's own card count grow or shrink fluidly with auto-fit or auto-fill (subgrid needs an explicit column count to inherit), and lining up individual list items inside the body block line by line; this recipe only shares the three outer bands, not every line within them.
Leans on
Checked 20 Aug 2026
Part of the CSS Grid Layout cookbook