Skip to content

Instantly share code, notes, and snippets.

@ozee
Created November 1, 2012 15:55
Show Gist options
  • Save ozee/3994525 to your computer and use it in GitHub Desktop.
Save ozee/3994525 to your computer and use it in GitHub Desktop.
HTML: Bootstrap - simple progress bar
<div class="span4">
<h1>Formatting drive C:</h1>
36% Formatted
<span class="pull-right">Please wait...</span>
<div class="progress progress-striped active">
<div class="bar" style="width: 36%;"></div>
</div>
<p>
<button class="btn btn-primary disabled" type="button">Format</button>
<button class="btn btn-mini" type="button">Cancel</button>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment