Text-align class for inside a table

后端 未结 20 1328
灰色年华
灰色年华 2020-11-28 00:10

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

20条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 00:53

    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.

提交回复
热议问题