Skip to main content
Back to Templates

Feature Card

cards

CSS

HTML

<div class="card">
  <div class="card-icon"></div>
  <div class="card-title">Feature Title</div>
  <div class="card-desc">Description text goes here.</div>
</div>

Live Preview

Card Title
Card content

Edit the CSS on the left to see live changes. The styles are scoped to the preview area.