Skip to content
Learn Netverks

Lesson

Step 11/36 31% through track

layout-patterns

Layout patterns

Last reviewed May 28, 2026 Content v20260528
Track mode
iframe_html
Means
HTML preview sandbox
Reading
~1 min
Level
intermediate

This lesson

This lesson teaches Layout patterns—the ideas, syntax, and habits you need before moving on in Foundation.

Foundation skills help when you inherit marketing sites built on Zurb’s grid system.

You will apply Layout patterns in contexts like: Large marketing sites, email-adjacent layouts, and legacy responsive redesigns.

Read the lesson, edit HTML/CSS in the playground, press Run to preview, then answer the lesson MCQs.

When the previous lesson's MCQs feel easy and you can explain Layout patterns in your own words.

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

  1. Sketch class names for a two-column blog with a left sidebar on medium+.
  2. Why use medium-up-2 instead of hand-setting every card’s width?

Interview tip Lesson completion confidence

Can you explain this lesson in 30 seconds without reading notes?

Not saved yet.

Playground

Runs in your browser in a sandboxed frame. Backend runners appear when this track’s profile allows them.

Check yourself

Multiple choice — immediate feedback.

Discussion

Past discussion is visible to everyone. Only logged-in users can post comments and replies.

Starter discussion topics

  • Pattern from real site?
  • Simplify markup how?

Sign up or log in to post comments and sync lesson progress across devices.

No discussion yet. Be the first to ask a question.

Jump