Progress bars

A basic progress bar is a rectangular bar that fills according to the level of progress achieved. These bars are mainly used for the purpose of showing current progress regarding an action.

Here is the code to create progress bars:

<div class="progress">
  <div class="progress-bar" role="progressbar" aria-valuenow="505"
      aria-valuemin="0" aria-valuemax="100" style="width:505%">
  </div>
</div>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.170.134