1
Use the HTML5 doctype
{% highlight html %}{% endhighlight %}--- title: Getting started with Bulma layout: documentation doc-tab: overview doc-subtab: start breadcrumb: - home - documentation - overview - overview-start ---
Bulma is a CSS library. This means it provides CSS classes to help you style your HTML code.
To use Bulma, you can either use the pre-compiled .css
file or install the .sass
files so you can customize it to your needs.
For Bulma to work correctly, you need to make your webpage responsive.
1
Use the HTML5 doctype
{% highlight html %}{% endhighlight %}2
Add the responsive viewport meta tag
{% highlight html %}{% endhighlight %}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.