Update index.md (#31056)

Created an overview for bulma
pull/32508/head^2
andakawa 2018-12-17 17:28:57 +01:00 committed by Randell Dawson
parent 4c69838a20
commit 430ec9d333
1 changed files with 20 additions and 4 deletions

View File

@ -3,7 +3,10 @@ title: Bulma
---
## Bulma
Bulma is an open source CSS framework based on flexbox and used by more than 100,000 developers. Why Bulma?
Bulma is a free and open source frontend CSS framework based on Flexbox. It contains HTML and CSS-based design templates for typography, forms, buttons, tables, grid systems, navigation and other interface design elements.
## Features
* 100% Responsive
* Modular
* Modern
@ -15,10 +18,23 @@ Bulma is an open source CSS framework based on flexbox and used by more than 100
Bulma is a mobile-first CSS framework that's fully written in SASS. This allows you to import only the modules you need for your projects. Bulma is fairly new compared to something like Bootstrap, but it's quickly growing in popularity.
Just one command to get started:
## Getting started
There are three ways for you to start using bulma.
You can use npm to install the Bulma package (recommendede), you can link the Bulma stylesheat via CDN or you can clone the GitHub repository of Bulma to get the latest developement version.
### Using NPM
Just type the following in your terminal:
```terminal
$ npm install bulma
```
### More Information
https://bulma.io/
### Using a CDN
Take one of the links from [this page](https://cdnjs.com/libraries/bulma) and embedd them in your project.
### GitHub Repository
Clone [the Bulma repository](https://github.com/jgthms/bulma/tree/master/css)