--- title: Columns powered by Flexbox layout: documentation doc-tab: columns doc-subtab: basics --- {% capture columns %}
First column
Second column
Third column
Fourth column
{% endcapture %} {% include subnav-columns.html %}

Columns

A simple way to build responsive columns


Building a columns layout with Bulma is very simple:

  1. Add a columns container
  2. Add as many column elements as you want

Each column will have an equal width, no matter the number of columns.

First column

Second column

Third column

Fourth column

{% highlight html %}{{ columns }}{% endhighlight %}