Building a columns layout with Bulma is very simple:
+-
+
- Add a
columnscontainer
+ - Add as many
columnelements as you want
+
Each column will have an equal width, no matter the number of columns.
+diff --git a/docs/_includes/anchor.html b/docs/_includes/anchor.html index 415a672b..55e93ab7 100644 --- a/docs/_includes/anchor.html +++ b/docs/_includes/anchor.html @@ -1,6 +1,6 @@
Building a columns layout with Bulma is very simple:
+columns containercolumn elements as you wantEach column will have an equal width, no matter the number of columns.
+
+ is-half
+ is-narrow
+
+ is-narrow
+ First Column
+
+ is-narrow
+ Our Second Column
+
+ is-narrow
+ Third Column
+
+ is-narrow
+ The Fourth Column
+
+ is-narrow
+ Fifth Column
+
+ 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
+
Modular
Just import what you need
- + @@ -95,7 +95,7 @@ route: index - + Simple columns @@ -197,7 +197,7 @@ route: index - + Magic tiles