Card
Use the card class to create a card.
<div class="card">
<h3>Card Title</h3>
<p>Card content goes here.</p>
</div>Card
By default the card is as wide as the content.
Children are stacked vertically with a gap of 0.5rem.
Use the card class to create a card.
<div class="card">
<h3>Card Title</h3>
<p>Card content goes here.</p>
</div>By default the card is as wide as the content.
Children are stacked vertically with a gap of 0.5rem.