Real pages combine containers, nested grids, and component bands. Three recurring Foundation patterns:
Sidebar + content
grid-x with cell medium-3 for navigation and cell medium-9 for main copy. Nest another grid-x inside the main cell for card grids.
Marketing hero
Fluid or full container, grid-x align-middle, copy in medium-6 and media in medium-6. Stack to small-12 on phones.
Card grid
grid-x small-up-1 medium-up-2 large-up-3 grid-margin-x with each card in a cell—equal columns without repeating width classes on every card.
Self-check
- Sketch class names for a two-column blog with a left sidebar on medium+.
- Why use
medium-up-2instead of hand-setting every card’s width?