Card is a simple container element with a significant border radius and brighter background color than a regular box.
<div class="card">
<!-- content -->
</div>
Card can be activable
which will cause it's background color to change when hovered over.
<div class="card activable">
<!-- content -->
</div>
activable
- a class that should be added to the card element if it should change it's background color when hovered overcard
- a container element with a significant border radius and brighter background color than a regular box