0

Is there a set of classes in Twitters Bootstrap Framework that aligns text?

E.g. I have some tables with $ totals that I want aligned to the right...

<th class="align-right">Total</th>

and

<td class="align-right">$1,000,000.00</td>

1 Answers1

0

You can use class="text-right"

More reference https://getbootstrap.com/docs/4.0/utilities/text/

Hien Nguyen
  • 24,551
  • 7
  • 52
  • 62