I need help adjusting the position of a button in a flash message. How can I move the button to the bottom-right?
<div class="alert alert-danger alert-dismissible fade show" role="alert">
<%= success %>
<button type="button" class="btn-close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
https://i.sstatic.net/qvnvo.png
Additionally, I am looking to style the button similarly to the ones shown here:
https://getbootstrap.com/docs/5.3/components/close-button/