![]() |
VOOZH | about |
Bootstrap 5 Cards Body is used to create the card's body is the main part of the card which contains the title, sub-title all the things that a card contains.
Bootstrap 5 Cards Body Class:
Syntax:
<div class="card"> <div class="card-body"> ... </div> </div>
Example 1: In this example, we will add a title and text to the card body.
Output:
Example 2: In this example, we will add a title, button, link, and text to the card body.
Output:
References: https://getbootstrap.com/docs/5.0/components/card/#body