Here are the codes you requested:
<div class="d-flex">
<h1>Hello World</h1>
<p class="ms-auto small">Stupid Text</p>
</div>
<hr class="my-0">
I am attempting to vertically align the "Stupid Text" at the bottom near the line. I have tried using classes like "align-items-bottom", "align-bottom", "align-text-bottom" but it seems to not be working.
Does anyone have any suggestions on how to fix this either using Bootstrap 5 or CSS?
Thank you.