freeCodeCamp/guide/english/bulma/index.md

20 lines
342 B
Markdown
Raw Normal View History

2018-10-14 16:33:55 +00:00
---
title: Bulma
---
## Bulma
2018-10-18 21:43:25 +00:00
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).
* growing community.
2018-10-14 16:33:55 +00:00
* Easy to learn.
* Quick Customization.
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
```