Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 647 Bytes

card.md

File metadata and controls

26 lines (18 loc) · 647 Bytes

go back to Docs

Card

Card is a simple container element with a significant border radius and brighter background color than a regular box.

<div class="card">
  <!-- content -->
</div>

Activable

Card can be activable which will cause it's background color to change when hovered over.

<div class="card activable">
  <!-- content -->
</div>

Class Names

  • activable - a class that should be added to the card element if it should change it's background color when hovered over
  • card - a container element with a significant border radius and brighter background color than a regular box