Struggling to align the buttons on my webpage side by side in the center, I've tried two Bootstrap 5 classes but they're not achieving the desired look:
- https://gyazo.com/c23f2eade4614380aec547b11e61387a
- https://gyazo.com/e40a678b02c9f641f746b1cfbe83d03f
Some questions may have answers with multiple buttons (up to 10: https://gyazo.com/15d810f8c0f79f23d12463db9ba50e2a), and I'd like them equally spaced in a row, similar to this: https://gyazo.com/ca1ab61aa7fef54f1cf1a099cb56a5e0
The buttons are generated using a JavaScript for loop. Any advice would be greatly appreciated as I'm struggling to solve this issue.