Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save DeanPoulin/8413815 to your computer and use it in GitHub Desktop.
Stacked Progress Bars
<div class="progress">
<div class="progress-bar progress-bar-success" style="width: 35%">
<span class="sr-only">35% Complete (success)</span>
</div>
<div class="progress-bar progress-bar-warning" style="width: 20%">
<span class="sr-only">20% Complete (warning)</span>
</div>
<div class="progress-bar progress-bar-danger" style="width: 10%">
<span class="sr-only">10% Complete (danger)</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment