Skip to content

Instantly share code, notes, and snippets.

@GelmanDan
Created August 21, 2016 15:06
Show Gist options
  • Save GelmanDan/f8a19b7f681b442ea3d9c2996c1b2dca to your computer and use it in GitHub Desktop.
Save GelmanDan/f8a19b7f681b442ea3d9c2996c1b2dca to your computer and use it in GitHub Desktop.
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#">Brand</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Ссылка</a></li>
<li><a href="#">Ссылка</a></li>
<li><a href="#">Ссылка</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment