card
Pricing Compact Card
Live Preview
<div class="max-w-sm mx-6 p-2 bg-slate-100 rounded-[2rem]">
<div class="bg-white p-8 rounded-[1.8rem] shadow-sm">
<div class="flex justify-between items-center mb-6">
<span class="px-3 py-1 bg-indigo-50 text-indigo-600 text-xs font-bold rounded-full">INDIVIDUAL</span>
<span class="text-slate-400 font-bold">$0/mo</span>
</div>
<h3 class="text-2xl font-bold mb-6 text-slate-900">Free Forever</h3>
<button
class="w-full py-3 border-2 border-slate-900 text-slate-900 rounded-xl font-bold hover:bg-slate-900 hover:text-white transition-all active:scale-95">Claim
account</button>
</div>
</div>