--- title: CSS Framework Bulma --- # CSS Framework Bulma Bulma is a modern CSS framework based on Flexbox and highly customizable using Sass (SCSS). ## Getting Started Here is a simple HTML template which includes the latest compiled and minified CSS for the Bulma library. ```html Bulma Template

Hello World

``` We have used a CDN in this example, but you can checkout other ways of installing Bulma here. ## Learning Resources * The official documentation for Bulma is available here. * Checkout Bulma's open source GitHub repository here.