Card

Variables

CSS VariableDefault Value
—va-card-font-sizevar(—va-font-size-1)
—va-card-paddingvar(—va-space-3)
—va-card-border-widthvar(—va-border-width)
—va-card-border-colorvar(—va-border-color)
—va-card-background-colorvar(—va-surface-primary)

Default

Timeless Literature

Our platform leverages a powerful API to bring you an extensive collection of classical texts, making it easier than ever to delve into the world’s most treasured literary works.

<div class="va-card w-full">
<div class="va-card__body">
  <h2 class="va-card__title">Your Gateway to Timeless Literature</h2>
  <p>
    Welcome to OMUSO API, a digital service for literature enthusiasts and
    developrs. Our platform leverages a powerful API to bring you an extensive
    collection of classical texts and detailed information about their
    authors, making it easier than ever to delve into the world’s most
    treasured literary works.
  </p>
</div>
<div class="va-card__actions text-right">
  <button class="va-button">Start →</button>
</div>
</div>