Hello and thank you for taking the time to read this! I am facing an issue with Bootstrap where I cannot seem to center 2 buttons inside a div. Currently, the buttons are aligned to the left. How can I get them centered? Here is the code snippet:
<div class="align-self-center">
<button type="button" class="btn btn-outline-primary"> BTN1</button><button type="button" class="btn btn-success">BTN2</button>
</div>