Whenever you want to start a new line, you can close a columns
container and start a new one. But you can also add the is-multiline
modifier and add more column elements that would fit in a single row.
Column options
Design different types of column layouts
Multiline #
is-one-quarter
is-one-quarter
is-one-quarter
is-one-quarter
is-half
is-one-quarter
is-one-quarter
is-one-quarter
Auto
Centering columns #
While you can use empty columns (like <div class="column"></div>
) to create horizontal space around .column
elements, you can also use .is-centered
on the parent .columns
element:
is-half
is-narrow
Use with .is-multiline
to create a flexible, centered list (try resizing to see centering in different viewport sizes):
is-narrow
First Column
is-narrow
Our Second Column
is-narrow
Third Column
is-narrow
The Fourth Column
is-narrow
Fifth Column
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub