1
使用 HTML5 doctype声明
开始使用Bulma
使用Bulma仅仅需要1个CSS文件
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.
为了让Bulma正确的工作,你需要网页是响应式的。
1
使用 HTML5 doctype声明
2
添加响应式 viewport meta 标签
如果你想立刻开始, 你可以使用 开始模板(starter template). 只需要 复制/粘贴 下面的代码到文件中,并保存即可.
bulma-start
是一个很小的npm软件包,它当中仅包含了使用Bulma构建网站所需要的npm
依赖项.