1
Use the HTML5 doctype
{%- highlight html -%} {%- endhighlight -%}--- title: Overview of Bulma layout: docs theme: start doc-tab: start doc-subtab: overview breadcrumb: - home - documentation - start - start-overview ---
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
{%- 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.