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! mb-0! border-b border-bordercolor text-white bg-primary!">
<div class="relative p-3.75 pb-0! flex justify-between items-center flex-wrap">
<h5 class="uppercase text-sm text-white">Primary Card title</h5>
</div>
<div class="p-3.75 mb-0">
<p class="text-2xs 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 text-primary">Go
somewhere</a>
</div>
<div class="border-t border-bordercolor py-4 px-3.75 bg-transparent border-0 text-white text-2xs">Last updateed 3
min ago
</div>
</div>