Section
The section foundation defines vertical padding used to space out large content blocks like sections.
Naming conventions
Section titled โNaming conventionsโ.f--section-{variation}How to use it
Section titled โHow to use itโIn HTML
Section titled โIn HTMLโ<div class="f--section-a">Section A</div><div class="f--section-c">Section C</div>In SCSS
Section titled โIn SCSSโ// using @extend (recommended).c--component-a { @extend .f--section-b;}// using the mixin directly (only if necessary).c--component-a { @include make-section-b();}Knowledge Check
Test your understanding of this section
Loading questions...