mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Docs: use consistent HTML elements in Utilities > Background page (#39519)
This commit is contained in:
@@ -25,9 +25,8 @@ Background utilities like `.bg-*` that generated from our original `$theme-color
|
||||
<div class="p-3 mb-2 bg-{{ .name }}-subtle text-{{ .name }}-emphasis">.bg-{{ .name }}-subtle</div>
|
||||
{{- end -}}
|
||||
{{< /colors.inline >}}
|
||||
<p class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</p>
|
||||
<p class="p-3 mb-2 bg-body-tertiary">.bg-body-tertiary</p>
|
||||
|
||||
<div class="p-3 mb-2 bg-body-secondary">.bg-body-secondary</div>
|
||||
<div class="p-3 mb-2 bg-body-tertiary">.bg-body-tertiary</div>
|
||||
<div class="p-3 mb-2 bg-body text-body">.bg-body</div>
|
||||
<div class="p-3 mb-2 bg-black text-white">.bg-black</div>
|
||||
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
|
||||
|
Reference in New Issue
Block a user