Skip to content

Instantly share code, notes, and snippets.

@thesjg
Created May 25, 2016 16:54
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 thesjg/0fd9539626fb2e2b16f8e84291fb6d2e to your computer and use it in GitHub Desktop.
Save thesjg/0fd9539626fb2e2b16f8e84291fb6d2e to your computer and use it in GitHub Desktop.
<div class="container-fluid">
<nav class="navbar navbar-light bg-faded">
<a class="navbar-brand" href="#">Logo (this tag is optional)</a>
<ul class="nav navbar-nav">
<li class="nav-item"><a class="nav-link" href="#">Link 1</a></li>
<li class="nav-item"><a class="nav-link" href="#">Link 2</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
Dropdown</a>
<ul class="dropdown-menu" aria-labelledby="Preview">
<li class="dropdown-item"><a href="#">Dropdown Link 1</a></li>
<li class="dropdown-item"><a class="dropdown-item" href="#">Dropdown Link 2</a></li>
<li class="dropdown-item"><a class="dropdown-item" href="#">Dropdown Link 3</a></li>
</div>
</li>
</ul>
</nav>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment