Created
May 25, 2016 16:53
-
-
Save thesjg/3c4a68dabba6e9f9c221f8927d3b8fdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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