gpt4 book ai didi

css - Bootstrap 中可用的文本颜色类

转载 作者:数据小太阳 更新时间:2023-10-29 09:06:24 24 4
gpt4 key购买 nike

我正在开发一个注册页面,方法是在导航栏上放置一些文本作为标题。我想给这些文本不同的颜色。为此,我使用了一个单独的 CSS 文件,但我想使用 Bootstrap 的 CSS 文件来完成此操作。

任何人都可以在 bootstrap 中列出可用的颜色类别吗?

最佳答案

bootstrap 3 documentation在辅助类下列出:Muted, Primary, Success, Info, Warning, Danger.

bootstrap 4 documentation在 utilities -> color 下列出这个,并且有更多选项:primary, secondary, success, danger, warning, info, light, dark, muted, white.

要访问它们,请使用 class text-[class-name]

所以,例如,如果我想要主要文本颜色,我会这样做:

<p class="text-primary">This text is the primary color.</p>

这不是很多选择,但它是一些。

关于css - Bootstrap 中可用的文本颜色类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21495243/

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