GorangoCSS Docs
Project HomeProject Repo
  • Overview
  • Changelog
  • Contributing
    • Contributing to GorangoCSS
    • Contributing to the Docs
  • Layouts
    • Hero
    • Columns
    • Flex
  • Components
    • Buttons
    • Notice
    • Card
    • Highlight
    • Float
    • Badge
  • Utilities
    • Background Color
    • Border
      • Border Properties
      • Rounded Border
    • Margin
    • Padding
Powered by GitBook
LogoLogo

© Kawanua Indo Digital

On this page
  • Class
  • Code Sample

Was this helpful?

  1. Components

Card

Since 1.8.0

Class

.card

Code Sample

<div class="card shadow--md bg--light pa--1 rounded--5 column--3">
    <header class="card__header">
        <h4>Card Title</h4>
    </header>
    <div class="card__content">
        This is a card example.
    </div>
</div>
PreviousNoticeNextHighlight

Last updated 4 years ago

Was this helpful?