Bulma ships layout primitives for full-page structure: section for vertical padding bands, hero for prominent headers, and footer for page-end content—each composable with container and columns.
Section and hero
section— standard vertical rhythm; pair withis-mediumoris-largefor more paddinghero→hero-body— full-width banner; addis-primary,is-fullheightfor impacthero-foot— optional bottom slot inside a hero (tabs, CTAs)
Footer pattern
The footer element uses footer class with optional inner columns for link groups. Keep contrast accessible—has-background-dark has-text-light is a common pairing.
Self-check
- What is the difference between
sectionandhero? - Where does
containertypically sit relative tosection?