【问题标题】:How come bootstrap text color class is not working for me?为什么引导文本颜色类对我不起作用?
【发布时间】:2021-12-20 15:32:21
【问题描述】:

我使用引导程序已经有一段时间了。我在使用 text-white 类时遇到问题。它不会改变文本颜色。我提供了下面的代码。我这里有什么问题?

<div class="jumbotron jumbotron-fluid" id="one">
  <div class="container">
    <h1 class="text-white">Example</h1>
    <p class="text-white">Second Example</p>
  </div>
  </div>

【问题讨论】:

    标签: html css twitter-bootstrap twitter-bootstrap-3


    【解决方案1】:

    问题是使用 text-white 与 bootstrap 3 不兼容。当我更改为 bootstrap 4 时,它起作用了。

    这样做的问题是更改后其他事情可能无法正常工作,因此请注意事情可能会中断。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-04-08
      • 2011-04-27
      • 2021-04-29
      • 2021-01-23
      • 1970-01-01
      • 2022-11-22
      • 2021-11-10
      • 1970-01-01
      相关资源
      最近更新 更多