This is the card subtitle
Some quick example text to build on the card title and make up the bulk of the card's content.
Card link Another linkThis is the card subtitle
Some quick example text to build on the card title and make up the bulk of the card's content.
Card link Another linkThis is the card subtitle
Some quick example text to build on the card title and make up the bulk of the card's content.
Card link Another linkSOURCE CODE
<div class="card bg-dark">
<div class="card-body">
<h5 class="card-title text-light">....</h5>
<p class="card-subtitle t-text-light">....</p>
<p class="card-text">....</p>
<a class="card-link t-text-light">Card link</a>
<a class="card-link t-text-light">Card link</a>
</div>
</div>
class reference
class | values / description |
---|---|
class="card" |
The base card class name. |
class="card bg-[value]"
|
Values: primary | success | warning | danger | inverse |