【发布时间】:2021-05-12 14:08:08
【问题描述】:
我正在寻找有样式或彩色的水平线,最好是成功、主要、警告类。 与colored links.类似的概念
我在 Bootstrap 的网站上找不到这个主题。
我找到了一些参考Bootstrap v4.的可行解决方案
就我而言:
<div class="divider py-1 bg-success"></div>
它有效,但我想这不是最佳做法......
【问题讨论】:
标签: bootstrap-5 horizontal-line