BS Progress Bars Basic Progress Bar A progress bar can be used to indicate how far along a user is in a process.Bootstrap offers numerous styles of progress bars.The default progress bar in Bootstrap looks like this: ------Button mukava ----- To make a default progress bar, apply the .progress class to a <div> element: Example 70% Complete Note:Internet Explorer 9 and earlier do not support progress bars (because they employ CSS3 transitions and animations to produce some of their effects).Note:Please keep in mind that using the aria-* attributes will help improve accessibility for persons using screen readers. Progress Bar With Label A progress bar with a label resembles this: ----- Button mukava ------ Remove the .sr-only class from the progress bar to display a visible percentage: Example 70% Colored Progress Bars Progress bars can be used with the following contextual classes:.progress-bar-success.progress-bar-info.progress-bar-warning.progress-bar-danger ------Button mukava ----- The following example demonstrates how to generate progress bars using different contextual classes: Example 40% Complete (success) 50% Complete (info) 60% Complete (warning) 70% Complete (danger) Striped Progress Bars Progress bars can also be striped: ----- Button mukava ------ Add class .progress-bar-striped to add stripes to the progress bars: Example 40% Complete (success) 50% Complete (info) 60% Complete (warning) 70% Complete (danger) Animated Progress Bar ------Button mukava ----- Add class .active to animate the progress bar: Example 40% Stacked Progress Bars Progress bars can also be layered. ----- Button mukava ------ To create a stacked progress bar, place numerous bars into the same <div class=”progress”>. Example Free Space Warning Danger