card

PHOTO EMBED

Fri Feb 10 2023 12:21:48 GMT+0000 (Coordinated Universal Time)

Saved by @logesh #html

<div class="card">
    <img src="/assets/images/card-three.avif" alt="">
    <div class="card-body">
        <h5 class="card-title">Card title</h5>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
        <a href="#" class="btn text-light bg-primary">Go somewhere</a>
    </div>
</div>
content_copyCOPY