--- fulltitle: "Bulma: an alternative to Bootstrap" layout: more breadcrumb: - home - more - bootstrap bulma: - type: "bulma" icon: "css3" icon_brand: true title: "Modern features" content: "By using the latest CSS3 features such as **Flexbox**, and planning on using **CSS Variables** and **CSS Grid**, Bulma aims to stay on the bleeding edge of browser technology." - type: "bulma" icon: "pause" title: "Simple grid system" content: "To build a Bulma grid, you only need a single `.columns` container to wrap as many `.column` items as you want." - type: "bulma" icon: "heart" title: "Easy-to-learn syntax" content: "With simple readable **class names** like `.button` or `.title`, and a straightforward **modifiers system** like `.is-primary` or `.is-large`, it's easy to pick up Bulma in **minutes**.
[More about modifiers](/documentation/modifiers/syntax/)" - type: "bulma" icon: "font-awesome" icon_brand: true title: "Font Awesome 5 support" content: "Bulma is compatible with both [Font Awesome 4](http://fontawesome.io/) and [Font Awesome 5](https://fontawesome.com/) thanks to the `.icon` element." - type: "bulma" icon: "plus" title: "100+ useful CSS helpers" content: 'Bulma ships with more than **100 helpers** to specify color, display, and spacing.
[Responsive helpers](/documentation/modifiers/responsive-helpers/) [Typography helpers](/documentation/modifiers/typography-helpers/) [Other helpers](/documentation/modifiers/helpers/)' - type: "bulma" icon: "code" title: "No JavaScript" content: '

By focusing only on CSS, Bulma provides a lightweight solution that can easily be implemented in any development context.

' bootstrap: - type: "bootstrap" icon: "plug" title: "jQuery plugins" content: "Bootstrap includes useful jQuery plugins to add **interaction** to your website." - type: "bootstrap" icon: "users" title: "Big community" content: "Considering how long it has been around, Bootstrap has a **larger community** than Bulma. As a result, more tools (like theming and plugins) are available, and more questions are answered around the internet." - type: "bootstrap" icon: "internet-explorer" icon_brand: true title: "Internet Explorer compatibility" content: "While 90% of Bulma works in IE11, Bootstrap has better **compatibility** with this browser." - type: "bootstrap" icon: "list" title: "Additional elements" content: "Bootstrap has some **elements** like [list group](https://getbootstrap.com/components/#list-group), [wells](https://getbootstrap.com/components/#wells), or [page header](https://getbootstrap.com/components/#page-header) that Bulma doesn't have." - type: "bootstrap" icon: "universal-access" title: "Accessibility" content: "Bulma has introduced some support for accessibility, but Bootstrap has strong and pervasive compatibility with **WCAG 2.0** guidelines." ---

Both Bulma and Bootstrap are CSS frameworks that allow developers to quickly build web interfaces with ease. While they have fairly similar features, they still differ in some ways, and you might wonder why you should choose one framework over the other. This page is here to help answer that.

Why choose Bulma

{% include svg/bulma-b.svg %}
{% for pro in page.bulma %} {% include content/pro.html type=pro.type icon=pro.icon icon_brand=pro.icon_brand title=pro.title content=pro.content %} {% endfor %}

Why choose Bootstrap

{% include svg/bootstrap-icon.svg %}
{% for pro in page.bootstrap %} {% include content/pro.html type=pro.type icon=pro.icon icon_brand=pro.icon_brand title=pro.title content=pro.content %} {% endfor %}

Comparison table

See which elements of the framework exist (or not) in the other

{% include content/comparison.html %}
{% include svg/bulma-b.svg %}Bulma {% include svg/bootstrap-icon.svg %}Bootstrap
{% include svg/bulma-b.svg %}Bulma {% include svg/bootstrap-icon.svg %}Bootstrap