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 text-white" id="primary-card">
<div class="card-header ">
<h5 class="card-title text-white">Primary card title</h5>
</div>
<div class="card-body mb-0">
<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="javascript:void(0);" class="btn btn-outline-primary text-white btn-card">Go
somewhere</a>
</div>
<div class="card-footer bg-transparent border-0 text-white">Last updateed 3 min ago
</div>
</div>