Skip to content
Learn Netverks

Lesson

Step 9/36 25% through track

cell-breakpoints

Cell breakpoints

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 Cell breakpoints—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 Cell breakpoints 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 Cell breakpoints in your own words.

Foundation is mobile-first: unprefixed or small-* rules apply from the smallest screens; medium-*, large-*, and xlarge-* layer on at defined min-widths from Sass settings.

Breakpoint vocabulary

  • small-12 — full width on the default (small) range
  • medium-8 medium-offset-2 — eight columns wide, offset two, from medium up
  • show-for-medium-only — visibility tied to breakpoints (covered in helpers)
  • small-up-2 medium-up-3 on grid-x — equal columns without sizing every child

Default breakpoints align with common device ranges; customize in Sass if your design system uses different cut points—same idea as overriding Bootstrap’s $grid-breakpoints.

Important interview questions and answers

  1. Q: What is mobile-first in Foundation?
    A: Base styles target the smallest screens; larger breakpoints add classes that override width and visibility as viewport grows.
  2. Q: How do offsets work?
    A: medium-offset-2 inserts empty track space before a cell from that breakpoint up—useful for centered narrower columns.

Self-check

  1. Which class centers an eight-column card with two-column margins on each side at medium+?
  2. What is the difference between medium-up-3 on the row vs medium-4 on each cell?

Interview prep

What does medium-6 mean?

At the medium breakpoint and up, the cell spans half the horizontal track (6 of 12 columns in the default mental model).

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

  • medium-6 meaning in interview?
  • Too many breakpoints?

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