Center Text with Bootstrap
既然我们在使用Bootstrap,我们可以通过居中头部元素来使它看起来更棒。 我们所要做的只是把text-center
class属性添加给 h2
元素。
记住:你可以用空格分开多个class来为同一个元素添加多个 class 属性, 就像这样:
<h2 class="red-text text-center">your text</h2>
既然我们在使用Bootstrap,我们可以通过居中头部元素来使它看起来更棒。 我们所要做的只是把text-center
class属性添加给 h2
元素。
记住:你可以用空格分开多个class来为同一个元素添加多个 class 属性, 就像这样:
<h2 class="red-text text-center">your text</h2>