Copy below
Starter Template
and paste it into your HTML file and after that you can use Bulma
Blocks easily in your simple website. This is not mandatory there is
another
alternative to
this. Click here
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bulma Blocks</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<script src="https://kit.fontawesome.com/8548bca167.js" crossorigin="anonymous"></script>
</head>
<body>
<a href="https://bulma.io/documentation/">Bulma CSS documentation</a>
</body>
</html>
You can copy and paste this both stylesheet and script
tags in your
<head> tag and you are ready
to use Bulma Blocks in your website.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<script src="https://kit.fontawesome.com/8548bca167.js" crossorigin="anonymous"></script>