Container
A simple container to centre your content horizontally.
Fluid container
If you don't want to have a maximum width but want to keep the 32px margin on the left and
right sides, add the is-fluid
modifier:
<div class="container is-fluid">
<div class="notification">
This container is <strong>fluid</strong>: it will have a 32px gap on either side, on any viewport size.
</div>
</div>
The .container
class can be used in any context, but mostly as a direct child of either:
.navbar
.hero
.section
.footer
N/A