Is there a set of classes in Twitter\'s Bootstrap framework that aligns text?
For example, I have some tables with $
totals that I want aligned to the r
In Bootstrap version 4. There some inbuilt classes to position text.
For centering table header and data text:
Text align center.
Text align center.
You can also use this classes to position any text.
Left aligned text on all viewport sizes.
Center aligned text on all viewport sizes.
Right aligned text on all viewport sizes.
Left aligned text on viewports sized SM (small) or wider.
Left aligned text on viewports sized MD (medium) or wider.
Left aligned text on viewports sized LG (large) or wider.
Left aligned text on viewports sized XL (extra-large) or wider
For more details
Hope it's help you.