Skip to content
Learn Netverks

Lesson

Step 7/36 19% through track

containers

Containers and max-width

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

This lesson

This lesson teaches Containers and max-width—the ideas, syntax, and habits you need before moving on in Bulma.

Bulma offers a lighter component model when Bootstrap feels too heavy or dated.

You will apply Containers and max-width in contexts like: Smaller marketing sites, internal dashboards, and projects that need quick responsive layout with minimal JS.

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 Containers and max-width in your own words.

A container centers content and applies a responsive max-width. Use container is-fluid when edge-to-edge width is intentional (dashboards, full-bleed hero bands).

Container variants

  • container — responsive max-width that grows with viewport
  • container is-fluid — always 100% width with horizontal padding
  • container is-widescreen / is-fullhd — wider caps on large monitors

Wrap page sections in semantic landmarks from HTML structuremain, header, footer—and place container inside them, not instead of them.

Self-check

  1. When would you pick is-fluid over a default container?
  2. What does a container add besides max-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

  • container vs fixed-grid—when each?
  • How does max-width help reading?

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