Tell me which class make a set of buttons appear vertically stacked rather than horizontally?
Answer Posted / Deepa Phakaliyal
To make a set of buttons appear vertically stacked instead of horizontally, you can use the 'btn-block' class. For example, <button type="button" class="btn btn-primary btn-block">Block Button</button>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers