Getting Started With Bulma - Bulma - Free, Open Source, and Modern CSS Framework Based On Flexbox
Getting Started With Bulma - Bulma - Free, Open Source, and Modern CSS Framework Based On Flexbox
Bulma
On this 0.9.0 is out! With RTL support and spacing helpers.
page Release notes – Download it now
Code requirements
Starter template
bulma-start
Home / Documentation / Overview / Start
Back to top
Functions Mixins
There are several ways to get started with Bulma. You can either:
On this page
Font Awesome icons
Code requirements
Starter template
If you want to use icons with Bulma, don't forget to include Font Awesome 5:
bulma-start
Copy
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js">
Back to top
</script>
Code requirements
For Bulma to work correctly, you need to make your webpage responsive.
Starter template
If you want to get started right away, you can use this HTML starter template. Just copy/paste this
code in a file and save it on your computer.
EX AMPLE
Copy
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello Bulma!</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
https://bulma.io/documentation/overview/start/ 2/7
29/7/2020 Getting started with Bulma | Bulma: Free, open source, and modern CSS framework based on Flexbox
</head>
<body>
On this page
<section class="section">
Code requirements
<div class="container">
Starter template<h1 class="title">
Hello World
bulma-start </h1>
<p class="subtitle">
Back to top
My first website with <strong>Bulma</strong>!
</p>
</div>
</section>
</body>
</html>
bulma-start
bulma-start is a tiny npm package that includes the npm dependencies you need to build your own
website with Bulma.
Check it out
CSS classes →
CSS classes
Modifiers syntax
Modularity
Responsiveness
Colors
Functions
https://bulma.io/documentation/overview/start/ 3/7
29/7/2020 Getting started with Bulma | Bulma: Free, open source, and modern CSS framework based on Flexbox
Mixins
On this page
Customize
Code requirements
Helpers New!
Starter template
Columns
bulma-start
Layout
Back to top
Form
Elements
Components
My CSS ebook
Buy now →
Support Bulma 😃
Sponsor
https://bulma.io/documentation/overview/start/ 4/7
29/7/2020 Getting started with Bulma | Bulma: Free, open source, and modern CSS framework based on Flexbox
On this page
Code requirements
Starter template New! The official Bulma
bulma-start
book! 😲
Back to top by Jeremy Thomas, creator of Bulma, Oleksii
Potiekhin,
Mikko Lauhakari, Aslam Shah and David
Berning
Kindle
Newsletter
Features, releases, email address Subscribe
showcase… stay in the loop!
https://bulma.io/documentation/overview/start/ 5/7
29/7/2020 Getting started with Bulma | Bulma: Free, open source, and modern CSS framework based on Flexbox
On this page
Bulma
Code by Jeremy
requirements Contribute on GitHub Share on social media
Thomas.
Starter template Star 40,610 Tweet
bulma-start
Follow @jgthms 11.7K followers
Follow @jgthms Like Share
Back to top
Source code licensed MIT.
Website content licensed CC
BY-NC-SA 4.0
https://bulma.io/documentation/overview/start/ 6/7
29/7/2020 Getting started with Bulma | Bulma: Free, open source, and modern CSS framework based on Flexbox
bulma-start
Back to top
https://bulma.io/documentation/overview/start/ 7/7