Skip to content

Instantly share code, notes, and snippets.

@mcnemesis
Created March 23, 2018 14:02
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 mcnemesis/078b8d3f7c6a5c7232ba36e9affe2c12 to your computer and use it in GitHub Desktop.
Save mcnemesis/078b8d3f7c6a5c7232ba36e9affe2c12 to your computer and use it in GitHub Desktop.
HWebsite Draft
<nav class="navbar is-fixed-bottom" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<!-- navbar items, navbar burger... -->
<a href="#" class="navbar-item">HELLO</a>
</div>
<div class="navbar-section">
<a href="#" class="navbar-item">MY</a>
<a href="#" class="navbar-item">WORLD</a>
</div>
<div class="navbar-menu">
<!-- navbar start, navbar end -->
<div class="navbar-start">
<a href="#" class="navbar-item">YOUR</a>
<a href="#" class="navbar-item">WORLD</a>
</div>
<div class="navbar-end">
<a href="#" class="navbar-item">THEIR</a>
<a href="#" class="navbar-item">WORLD</a>
</div>
</div>
</nav>
html {
background-color: #78a63e;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" rel="stylesheet" />
@mcnemesis
Copy link
Author

Getting Started with this Framework? Here's a sample of how to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment