The section components are simple layout elements with responsive padding. They are best used as direct children of body.
节(Section)
将页面内容分为多个节(sections)的简单容器, 例如您当前正在阅读的部分
示例
Section
A simple container to divide your page into sections, like the one you're currently reading.
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>Sizes #
You can use the modifiers is-medium and is-large to change the spacing.
示例
Medium section
A simple container to divide your page into sections, like the one you're currently reading.
HTML
<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>示例
Large section
A simple container to divide your page into sections, like the one you're currently reading.
HTML
<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>Variables #
Name
Type
Value
Computed Value
Computed Type
$section-paddingsize
3rem 1.5rem$section-padding-desktopsize
3rem 3rem$section-padding-mediumsize
9rem 4.5rem$section-padding-largesize
18rem 6rem