mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00: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>
|