How will you create a alternate progress bar using bootstrap??



How will you create a alternate progress bar using bootstrap??..

Answer / Ambuj Kumar Verma

To create an alternate progress bar in Bootstrap, you can use custom CSS and HTML. Here is a simple example:nn```htmln<div class="progress-alternative">n <div class="progress" style="height: 30px;">n <div id="progress-bar" class="determinate progress-bar-info" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%;">n 45%n </div>n </div>n</div>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

Explain types of lists supported by Bootstrap?

1 Answers  


Tell me which class is used for basic button group?

1 Answers  


What is Scrollspy plugin?

1 Answers  


How do you make images responsive?

1 Answers  


Explain bootstrap?

1 Answers  


Tell me what is bootstrap collapsing elements?

1 Answers  


Could you explain me about responsive layout?

1 Answers  


Why use bootstrap 4?

1 Answers  


What is bootlint?

1 Answers  


explain me how will you create a alternate progress bar using bootstrap?

1 Answers  


Do you know what are bootstrap labels?

1 Answers  


Give an example of a basic grid structure in bootstrap.

1 Answers  


Categories