1
Use the HTML5 doctype
Overview of Bulma
You only need 1 CSS file to use Bulma
Bulma is a CSS library. This means it provides CSS classes to help you style your HTML code.
To use Bulma, you can either:
.css
files.scss
files so you can customize Bulma to your needsFor 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.