Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created February 6, 2018 13:31
Show Gist options
  • Save anwerashif/87b44a60ddb8270fc31e275acdb8f283 to your computer and use it in GitHub Desktop.
Save anwerashif/87b44a60ddb8270fc31e275acdb8f283 to your computer and use it in GitHub Desktop.
bootstrap breadcrumb
<!-- breadcrumb -->
<div class="breadcrumb-wrap"><nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">You are here</li>
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Blog</a></li>
<li class="breadcrumb-item active" aria-current="page">Blog title here</li>
</ol>
</nav></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment