Skip to content

Instantly share code, notes, and snippets.

@edezekiel
Last active January 4, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edezekiel/41e3fc3e0bf229043d192d4260d94898 to your computer and use it in GitHub Desktop.
Save edezekiel/41e3fc3e0bf229043d192d4260d94898 to your computer and use it in GitHub Desktop.
Bulma header
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>[Your Title]</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<link rel="stylesheet" href="styles.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment