Skip to content

Instantly share code, notes, and snippets.

/progress.html Secret

Created June 1, 2014 20:23
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 anonymous/e833eb515258db268996 to your computer and use it in GitHub Desktop.
Save anonymous/e833eb515258db268996 to your computer and use it in GitHub Desktop.
<div class="progress progress-striped active" style="position:absolute; left:auto; right:auto; bottom:10px;">
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 45%">
<span class="sr-only">50% Complete</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment