You can use one of the 6 main colors:
is-primary
is-link
is-info
is-success
is-warning
is-danger
You are viewing the deprecated 0.9.4 version of the website. Click here to view the latest version
Modifiers syntax
Most Bulma elements have alternative styles. To apply them, you only need to append one of the modifier classes. They all start with is-
or has-
.
Let's start with a simple button that uses the "button"
CSS class:
By adding the "is-primary"
CSS class, you can modify the color:
You can use one of the 6 main colors:
is-primary
is-link
is-info
is-success
is-warning
is-danger
You can also alter the size:
is-small
is-medium
is-large
Or the style or state:
is-outlined
is-loading
[disabled]
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub