freeCodeCamp/guide/english/bulma/index.md

20 lines
349 B
Markdown
Raw Normal View History

2018-10-14 16:33:55 +00:00
---
title: Bulma
---
## Bulma
Bulma is an open source CSS framework based on flexbox and used by more than 100,000 developers. Why Bulma?
* 100% Responsive
* Modular
* Modern
* Free (Source code on Github)
* Lightweight
* Growing community
* Easy to learn
* Quick Customization
2018-10-14 16:33:55 +00:00
2018-10-18 21:43:25 +00:00
Just one command to get started:
2018-10-14 16:33:55 +00:00
```terminal
$ npm install bulma
```