card with button

PHOTO EMBED

Tue Feb 14 2023 10:59:21 GMT+0000 (Coordinated Universal Time)

Saved by @logesh #html

<div class="card">
    <img src="/assets/images/card-three.avif" class="card-img-top">
    <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="card-button">Go somewhere</a><i class="fa-solid fa-arrow-right ml-1 text-primary"></i>
    </div>
</div>
content_copyCOPY