Card

A Card Component is a versatile UI element that groups related information in a contained, visually distinct block. Cards serve as entry points to more detailed information and are fundamental in modern web design.

Card

This is content of the card.


Example Code
  <article id="card-1" class="card">
      <h2>Card</h2>
      <p>This is content of the card.</p>
  </article>