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 |
What is bootstrap caraousel?
Why to choose bootstrap for building the websites?
What is bootstrap development?
What are the two codes that are used for code display in bootstrap?
What are bootstrap alerts?
Explain what is list group in Bootstrap and what is the use of it?
How will you create a vertical pills navigation menu?
About bootstrap 4 positions?
Do you know in bootstrap what are the two ways you can display the code?
Name the contextual classes that are used with the progressive bar in bootstrap.
What are the default sizes given to <body> tag in the bootstrap framework?
What are the Features of Bootstrap?