tell me which classes can be applied to button group instead of resizing each button?
Answer Posted / Surya Pratap
In Bootstrap, the `btn-group` class can be used along with the `btn-block` class to create a button group where all buttons will span the full available width. Alternatively, you can use `flex-wrap: wrap` on the parent container and float buttons left or right to achieve a similar effect.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers