mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
21 lines
682 B
HTML
21 lines
682 B
HTML
<section class="section">
|
|
<h1 class="title">Section</h1>
|
|
<h2 class="subtitle">
|
|
A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading.
|
|
</h2>
|
|
</section>
|
|
|
|
<section class="section is-medium">
|
|
<h1 class="title">Medium section</h1>
|
|
<h2 class="subtitle">
|
|
A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading.
|
|
</h2>
|
|
</section>
|
|
|
|
<section class="section is-large">
|
|
<h1 class="title">Large section</h1>
|
|
<h2 class="subtitle">
|
|
A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading.
|
|
</h2>
|
|
</section>
|