0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Docs: improve cards image overlays markup

This commit is contained in:
Julien Déramond 2022-08-29 14:34:22 +02:00 committed by Mark Otto
parent a0238d126b
commit 465cc2da4f

View File

@ -381,7 +381,7 @@ Turn an image into a card background and overlay your card's text. Depending on
<div class="card-img-overlay">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text">Last updated 3 mins ago</p>
<p class="card-text"><small>Last updated 3 mins ago</small></p>
</div>
</div>
{{< /example >}}