Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 04:55
Show Gist options
  • Select an option

  • Save DeanPoulin/8413277 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8413277 to your computer and use it in GitHub Desktop.
Justified Navs
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>
</ul>
<br>
<ul class="nav nav-pills nav-justified">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment