0
I would like to create the following layout using the Bulma CSS framework.
I have the following code.
<div class="columns">
<div class="column is-2">AQUI</div>
<div class="column is-2"></div>
<div class="column is-2"></div>
</div>
<div class="columns">
<div class="column is-2">AQUI</div>
<div class="column is-2"></div>
<div class="column is-2"></div>
</div>
how do for the two columns with the name AQUI
be one? vertically?
to match the image?
I’m looking at the framework documentation, but I’m not getting it.
Is it possible with this structure or you just aren’t getting it?
– Sam