Problem: Value props under CTA.
Solution#
<ul class="mt-6 flex flex-wrap justify-center gap-x-6 gap-y-2 text-sm text-slate-600">
<li class="flex items-center gap-1"><span class="text-emerald-500">✓</span>Free forever plan</li>
</ul>Why this works#
Checkmark strip under the CTA pair.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
