section
Use sections as
direct children of body
.
<body>
<section class="section">
<div class="container">
<h1 class="title">Section</h1>
<h2 class="subtitle">
A simple container to divide your page into <strong>sections</strong>, like the one you are currently reading
</h2>
</div>
</section>
</body>
You can use the modifiers is-medium
and is-large
to change the
spacing.