我只想将文本放在div中。 我发现中心区无济于事, 文字对齐无济于事......
<div class="row">
<div class="col-xs-4">
<span style="background:black; color:white">
Ad Analytics and Attribution.
</span>
</div>
<div class="col-xs-4">
<div class="center-block">
<span style="background:black; color:white">
Addressable Audiences.
</div>
</div>
<div class="col-xs-4">
<span style="background:black; color:white">
Affiliate Apps.
</div>
</div>
答案 0 :(得分:0)
您正在寻找class="text-center"
- http://getbootstrap.com/css/#type-alignment
答案 1 :(得分:0)
使用.text-center for span来制作文本中心
<强> Reference URL 强>