Paul C. answered 04/04/20
Video Production, Graphics and Web, Expert Tutor
You can align text with the standard CSS style tag whether you're using Bootstrap or not. Simply change your code like this:
Instead of :
<td class="align-right">$1,000,000.00</td>
use:
<td style="text-align:right;">$1,000,000.00</td>
So technically, the answer is no, there's no class within Twitter's Bootstrap Framework for text alignment.