Skip to content

Instantly share code, notes, and snippets.

@triposat
Created April 22, 2023 05:40
Show Gist options
  • Save triposat/9e151c4666a0dac03494fe1516452c51 to your computer and use it in GitHub Desktop.
Save triposat/9e151c4666a0dac03494fe1516452c51 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Bulma CSS</title>
<!--Bulma CDN-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"
/>
</head>
<body>
<div class="container">
<h1 class="title">Welcome to Bulma CSS</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment