1
Use NPM (recommended):
You are viewing the deprecated 0.7.0 version of the website. Click here to view the latest version
You only need 1 CSS file to use Bulma
There are several ways to get started with Bulma. You can either:
1
Use NPM (recommended):
2
Use the cdnjs CDN
https://cdnjs.com/libraries/bulma
3
Download from the repository
https://github.com/jgthms/bulma/tree/master/css
For Bulma to work correctly, you need to make your webpage responsive.
1
Use the HTML5 doctype
2
Add the responsive viewport meta tag
If you want to get started right away, you can use this HTML starter template. Just copy/paste this code in a file and save it on your computer.
bulma-start
is a tiny npm package that includes the npm
dependencies you need to build your own website with Bulma.
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub