{% capture columns %}
1
2
3
4
5
{% endcapture %} {% assign columns_link = site.data.links.by_id['columns-basics'] %} {% assign heading_href = site.url | append: columns_link.path %}
{% include components/heading.html color="link" icon="fas fa-columns" title="The simplest grid system" subtitle="Just add columns, they will resize themselves" href=heading_href button_icon_after="fas fa-arrow-right" button_label="See columns docs" %}

Better on desktop

This interactive tool works better on larger screens! That's because Bulma columns are vertical by default. I recommend revisiting this page later when you're on desktop. 😉

Add column Remove {% include elements/drawing.html id='try-it-out' width=150 height=65 %}
{% highlight html %}{{ columns }}{% endhighlight %}

Info

While it's possible to add as many columns as you want, it is recommended to stick with 12 columns.
If you want smaller divisions, you can always nest columns.