Looking at this screenshot showing red and blue lines from a Firefox add-on called Pesticide:
https://i.sstatic.net/h3Dmy.png
Here is the code from the screenshot:
<div class="row my-auto">
<p class="h6">
<span class="pl-3 text-white align-bottom"><i class="icofont-business-man "></i>Particulars - Add Particulars Below</span>
<span class="align-bottom"></span>
</p>
</div>
Hey there, I'm attempting to align the text with the bottom of the row (blue line) instead of the current red line. The goal is to have the text perfectly aligned with the bottom of the row just like the icon.
I've experimented with different Bootstrap classes like my-auto, mb-0, align-*, no-gutter, without success. Any suggestions?