Feature grid
Feature list with icon tiles. Hover lifts and borders with the accent color.
Fast
Pure CSS, no runtime overhead.
Themeable
8 themes + fluid typography + density.
Accessible
ARIA, reduced-motion, focus-visible.
<div class="feature-grid">
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3>Fast</h3>
<p>Description…</p>
</div>
</div>
Modifiers
| Class | Effect |
|---|---|
.feature-grid | Auto-fit grid. |
.feature-card | Padded card with hover behavior. |
.feature-icon | Accent-filled icon square. |