Which of the following bootstrap style makes a set of buttons appear vertically stacked instead of horizontally placed?

Questions & AnswersCategory: Programming LanguageWhich of the following bootstrap style makes a set of buttons appear vertically stacked instead of horizontally placed?
Adam asked 3 years ago

Which of the following bootstrap style makes a set of buttons appear vertically stacked instead of horizontally placed?
a. .btn-group
b. .btn-toolbar
c. .btn-group-lg
d. .btn-group-vertical

1 Answers
Lokesh Kumar Staff answered 3 years ago

d. .btn-group-vertical
 
Explanation: In Bootstrap 4, .btn-group-vertical class is the class that is responsible for making a set of buttons appear vertically stacked instead of horizontally placed