"Progress bar example"
Bootstrap 2.3.2 Snippet by felipebn

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div style="width:500px;margin:auto"> <p style="text-align:center">(Dependência 3 de 5) Carregando dados</p> <div class="progress progress-striped active"> <div class="bar" style="width: 36%;"></div> </div> </div>

Related: See More


Questions / Comments: