Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Created January 9, 2018 22:24
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 kresnasatya/25b73626cc407765c47421b9e0c7198b to your computer and use it in GitHub Desktop.
Save kresnasatya/25b73626cc407765c47421b9e0c7198b to your computer and use it in GitHub Desktop.
Nav bootstrap
<nav class="nav">
<a class="nav-link active" href="#">Active</a>
<a class="nav-link" href="#">Link</a>
<a class="nav-link" href="#">Link</a>
<a class="nav-link disabled" href="#">Disabled</a>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment