Center Text with Bootstrap


既然我们在使用Bootstrap,我们可以通过居中头部元素来使它看起来更棒。 我们所要做的只是把text-center class属性添加给 h2 元素。

记住:你可以用空格分开多个class来为同一个元素添加多个 class 属性, 就像这样:

<h2 class="red-text text-center">your text</h2>


Bootstrap居中

相关文章:

  • 2022-02-04
  • 2022-02-03
  • 2021-12-29
  • 2021-12-24
  • 2022-01-14
  • 2021-12-18
  • 2022-02-10
猜你喜欢
  • 2022-02-16
  • 2022-02-01
  • 2021-12-11
  • 2021-12-04
  • 2022-01-23
  • 2022-01-27
相关资源
相似解决方案