Primary card title
Some quick example text to build on the card title and make up the bulk of the card's content.
Go somewhere
<div class="card !shadow-none !rounded-none !h-auto !border-x-0 !border-t-0 !mb-0 text-white !bg-primary">
<div class="relative sm:p-7.5 p-4 !pb-0 flex justify-between items-center flex-wrap">
<h5 class="uppercase text-sm text-white">Primary Card title</h5>
</div>
<div class="sm:p-7.5 p-4 mb-0">
<p class="sm:text-sm mb-4 text-white">Some quick example text to build on the card title
and make up the bulk of the card's content.</p><a
href="javascript:void(0);"
class="btn bg-white hover:shadow-btnprimary text-primary btn-card">Go
somewhere</a>
</div>
<div class="border-t border-border py-4 px-5 bg-transparent border-0 text-white">Last updateed 3
min ago
</div>
</div>