• 3

    Card

    A surface for grouping related content using the native <article> element.

    Default

    This is a simple card with some content inside.

    <article>
      <p>This is a simple card with some content inside.</p>
    </article>

    Secondary

    Add secondary for a slightly recessed panel, useful for nesting a card inside another card.

    This is a secondary card variant.

    <article class="secondary">
      <p>This is a secondary card variant.</p>
    </article>

    Tertiary

    Add tertiary for even more contrast against the page.

    This is a tertiary card variant.

    <article class="tertiary">
      <p>This is a tertiary card variant.</p>
    </article>

    Transparent

    Add transparent for no background, suitable for overlays and cards with a custom background.

    This is a transparent card variant.

    <article class="transparent">
      <p>This is a transparent card variant.</p>
    </article>

    Add a <header> and/or <footer> for a structured layout with dividers.

    Header
    Body
    Footer
    <article>
      <header>Header</header>
      Body
      <footer>Footer</footer>
    </article>

    Search 5021 icons

    Type a name to find icons from the Tabler icon set.