diff options
| author | Julien Déramond <[email protected]> | 2023-12-10 08:23:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-10 08:23:45 +0100 |
| commit | 43524225e264f18fe735ac52b3872d7c7e3b2907 (patch) | |
| tree | 2d24490b58493dc745ce6f46f2a08d16b781e68b | |
| parent | 56d80ea53c24858b3888a350f43cd6c03917bcdc (diff) | |
| download | bootstrap-43524225e264f18fe735ac52b3872d7c7e3b2907.tar.xz bootstrap-43524225e264f18fe735ac52b3872d7c7e3b2907.zip | |
Docs: enhance `.card-img-*` description (#39458)
| -rw-r--r-- | site/content/docs/5.3/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/components/card.md b/site/content/docs/5.3/components/card.md index 6138c3d92..c504fef61 100644 --- a/site/content/docs/5.3/components/card.md +++ b/site/content/docs/5.3/components/card.md @@ -63,7 +63,7 @@ Subtitles are used by adding a `.card-subtitle` to a `<h*>` tag. If the `.card-t ### Images -`.card-img-top` places an image to the top of the card. With `.card-text`, text can be added to the card. Text within `.card-text` can also be styled with the standard HTML tags. +`.card-img-top` and `.card-img-bottom` respectively set the top and bottom corners rounded to match the card's borders. With `.card-text`, text can be added to the card. Text within `.card-text` can also be styled with the standard HTML tags. {{< example >}} <div class="card" style="width: 18rem;"> |
