Card Title
This is the card body content. It describes the purpose or details of the card item clearly and concisely.
<article class="card">
<header>
<h3>Card Title</h3>
</header>
<p>Card content goes here.</p>
<footer>
<button class="primary">Action</button>
<button class="secondary">Cancel</button>
</footer>
</article>