Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 06:01
Show Gist options
  • Select an option

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

Select an option

Save DeanPoulin/8413778 to your computer and use it in GitHub Desktop.
Progress Bar
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment