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 are the responsive design patterns?
How you can create nav elements in bootstrap?
Tell me what are bootstrap media queries?
Tell me what is the purpose of .media class in bootstrap?
Explain how to create a bootstrap panel with a heading.
What is pagination in bootstrap and how are they classified?
What global styles are applied as a part of Bootstrap’s default typography?
How we can create a navbar in bootstrap?
What are the steps to create an animated progress bar using bootstrap?
What are cons of bootstrapping?
Define bootstrap.
What is bootstrap 4 alerts?