gpt4 book ai didi

html - 表格内的文本对齐类

转载 作者:bug小助手 更新时间:2023-10-28 10:53:18 25 4
gpt4 key购买 nike

Twitter 的 Bootstrap 框架中是否有一组对齐文本的类?

例如,我有一些带有 $ 总计的表格,我想向右对齐...

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

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

最佳答案

Bootstrap 3

v3 Text Alignment Docs

<p class="text-left">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-right">Right aligned text.</p>
<p class="text-justify">Justified text.</p>
<p class="text-nowrap">No wrap text.</p>

Bootstrap 3 text align example


Bootstrap 4

v4 Text Alignment Docs

<p class="text-xs-left">Left aligned text on all viewport sizes.</p>
<p class="text-xs-center">Center aligned text on all viewport sizes.</p>
<p class="text-xs-right">Right aligned text on all viewport sizes.</p>

<p class="text-sm-left">Left aligned text on viewports sized SM (small) or wider.</p>
<p class="text-md-left">Left aligned text on viewports sized MD (medium) or wider.</p>
<p class="text-lg-left">Left aligned text on viewports sized LG (large) or wider.</p>
<p class="text-xl-left">Left aligned text on viewports sized XL (extra-large) or wider.</p>

Bootstrap 4 text align example


Bootstrap 5

v5 Text Alignment Docs

text-left 已替换为 text-starttext-right 已被替换为 text-end

<p class="text-start">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-end">Right aligned text.</p>
<p class="text-justify">Justified text.</p>
<p class="text-nowrap">No wrap text.</p>

关于html - 表格内的文本对齐类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12829608/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com