Skip to content

Instantly share code, notes, and snippets.

@alex28742
Created November 4, 2015 13:02
Show Gist options
  • Save alex28742/717a923e44e0f75407d4 to your computer and use it in GitHub Desktop.
Save alex28742/717a923e44e0f75407d4 to your computer and use it in GitHub Desktop.
bs3-navbar-simple
<div class="navbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#features">Product features</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#order">Order now!</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment