Which class make a set of buttons appear vertically stacked rather than horizontally?



Which class make a set of buttons appear vertically stacked rather than horizontally?..

Answer / Ankur Misra

To make a set of Bootstrap buttons appear vertically stacked, you can use the .stacked class. For example:nn```htmln<div class="btn-group btn-group-vertical">n <button type="button" class="btn btn-primary">Button 1</button>n <button type="button" class="btn btn-secondary">Button 2</button>n</div>```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Bootstrap Interview Questions

What is bootstrap caraousel?

1 Answers  


Why to choose bootstrap for building the websites?

1 Answers  


What is bootstrap development?

1 Answers  


What are the two codes that are used for code display in bootstrap?

1 Answers  


What are bootstrap alerts?

1 Answers  


Explain what is list group in Bootstrap and what is the use of it?

1 Answers  


How will you create a vertical pills navigation menu?

1 Answers  


About bootstrap 4 positions?

1 Answers  


Do you know in bootstrap what are the two ways you can display the code?

1 Answers  


Name the contextual classes that are used with the progressive bar in bootstrap.

1 Answers  


What are the default sizes given to <body> tag in the bootstrap framework?

1 Answers  


What are the Features of Bootstrap?

1 Answers  


Categories