Skip to content

Instantly share code, notes, and snippets.

@billdozr
Last active August 29, 2015 14:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billdozr/1bde7d5fb933fdefaa90 to your computer and use it in GitHub Desktop.
Save billdozr/1bde7d5fb933fdefaa90 to your computer and use it in GitHub Desktop.
<div class="navbar-container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="/">
...
</a>
</div>
<div id="nav-collapse" class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a title="Home page" href="#home">Home</a></li>
...
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment