Top "Bulma" questions

Bulma is a free, open source CSS framework based on Flexbox and used by more than 200,000 developers.

How to vertically center elements in Bulma?

How can I vertically center this <div class="columns is-vcentered"> to that red colored section which is enclosing …

css bulma
Bulma: How do you center a button in a box?

<div class="box"> <button class="button">Center me</button> </div> <button …

html css bulma
I'm trying to use hamburger menu on bulma css, but it doesn't work. What is wrong?

I'm new on bulma css http://bulma.io/ I'm trying to use hamburger menu for mobile user. I just followed …

html css nav bulma
Center image in Bulma

Is there a way to horizontally centered an image inside a card? I have the following <div class='column …

bulma
How can I make a bulma button goes full width?

I am using [email protected] css framework I have submit button within a form as follows ... <!--Submit button--> <…

css css-frameworks bulma
Full page image background using Bulma.io?

I am designing a website using the Bulma.io CSS library and have successfully made a full page coloured background, …

html css background bulma
Center content in bulma column

I have multiple columns. Each column contains a circle in the CSS within a font awesome icon centered in it. …

html css bulma
After installing bulma through NPM, how can I refer it in my project

I have pulled in bulma in my project through : $ npm install bulma After that, how can I refer to it …

npm bulma
Bulma fullheight layout with scrollable area in middle

I want to create a fullheight layout with a top navigation bar, middle area and footer. The Top Navigation and …

css bulma
How to set column height equal to longest column in Bulma (flexbox)?

I'm using Bulma 0.4.0, though the answer may not be associated with Bulma itself. How can I set column height equal …

css flexbox bulma