Skip to content
Learn Netverks

Lesson

Step 33/36 92% through track

capstone-marketing

Capstone: marketing landing page

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

This lesson

This lesson teaches Capstone: marketing landing page—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 Capstone: marketing landing page 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 intermediate lessons feel comfortable and you are ready for production-style trade-offs.

Combine hero, navbar, columns, cards, messages, and forms into a believable marketing landing page—the kind of site Bulma excels at when you need polished layout fast without a JS component bundle.

Requirements

  • Top navbar with brand, nav links, and CTA buttons (static expanded or burger markup is fine in the playground)
  • Hero with headline, supporting copy, and primary + secondary actions
  • Feature grid: one column on mobile, three on tablet+ using columns
  • At least one card or box for social proof or pricing
  • Footer band with links or a simple signup field

Important interview questions and answers

  1. Q: Why is Bulma popular for marketing sites?
    A: CSS-only components (hero, level, columns) ship polished layout quickly; teams add minimal JS only where needed.
  2. Q: Bulma vs Bootstrap for a landing page?
    A: Bulma avoids a JS dependency for styling; Bootstrap adds interactive widgets out of the box but ships a larger behavioral surface.
  3. Q: How do you avoid the “default template” look?
    A: Customize Sass variables or CSS custom properties, swap typography, and break grid symmetry with intentional spacing.

Self-check

  1. Does the layout work at mobile width without horizontal scroll?
  2. Are headings in logical order for screen readers?
  3. Can you rebuild this shell from memory in under fifteen minutes?

Challenge

Marketing page slice

  1. Combine hero, a section with columns, and a footer.
  2. Use at least two color modifiers (is-primary, has-text-*).

Done when: preview reads as one coherent marketing slice on mobile and desktop.

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

  • Design review change?
  • Weakest responsive spot?

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