diff --git a/guide/english/bulma/index.md b/guide/english/bulma/index.md index 54fd86ad93a..a01c148efd2 100644 --- a/guide/english/bulma/index.md +++ b/guide/english/bulma/index.md @@ -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)