Wake Creators LogoCSS - Components Squid Style
Getting Started
Content
Layout
Forms
Components
Accordion CollapseAlertBadgeBoxBreadcrumbButtonCardDropdownLoaderModalPaginationProgress BarStepsTabsTagToastToolip
Utilities
Styleguide

Cards

The Alert is a combination of .card and border-color classes.

To see all the colors and their variations go to the Styleguide page

Title

Some text

Title

Some text

<div class='card border-pink black'>
<!-- Some HTML Here -->
</div>
<div class='card border-lilac black'>
<!-- Some HTML Here -->
</div>