Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.2/examples/jumbotron/index.html')
-rw-r--r--site/content/docs/5.2/examples/jumbotron/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/examples/jumbotron/index.html b/site/content/docs/5.2/examples/jumbotron/index.html
index 99cc61dee3..8131d1903d 100644
--- a/site/content/docs/5.2/examples/jumbotron/index.html
+++ b/site/content/docs/5.2/examples/jumbotron/index.html
@@ -23,7 +23,7 @@ include_js: false
<div class="row align-items-md-stretch">
<div class="col-md-6">
- <div class="h-100 p-5 text-white bg-dark rounded-3">
+ <div class="h-100 p-5 text-bg-dark rounded-3">
<h2>Change the background</h2>
<p>Swap the background-color utility and add a `.text-*` color utility to mix up the jumbotron look. Then, mix and match with additional component themes and more.</p>
<button class="btn btn-outline-light" type="button">Example button</button>