Card

Home/Pages/Prover & Lists

basic card

Card variation

The Card Title

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 link
The Card Title

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 link
The Card Title

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 link
SOURCE 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