+ 1
Alignment
How to move progress bar to the center
2 odpowiedzi
+ 3
<div class="text-center">
<div class="progress center-block" style="width:200px;"> <!-- set to certain width -->
<div class="progress-bar progress-bar-striped active" role="progressbar" style="width: 100%;"> <span> Loading... </span> </div> </div> </div>
+ 2
Use a div with align="center" 🙄