Tailwind CSS Pricing Blocks
html
Pricing
Check out our affordable pricing plans below and choose the one that suits you best. If you need a custom plan, please contact us.
Most Popular
Startup
$49/mo- 25 websites
- 150 templates
- Advanced eCommerce
- eCommerce features
- Unlimited storage space
- Priority support
<h2 class="heading-6xl text-center">Pricing</h2>
<p class="para text-center">Check out our affordable pricing plans below and choose the one that suits you best. If you need a custom plan, please contact us.</p>
<div class="card card-outline w-88">
<div class="card-body">
<span class="badge badge-xs badge-warning">Most Popular</span>
<div class="flex justify-between items-center">
<h2 class="text-3xl font-bold">Startup</h2>
<span class="text-xl">$49/mo</span>
</div>
<ul class="mt-6 flex flex-col gap-2 text-xs">
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
<path d="M20 6 9 17l-5-5"></path>
</svg>
<span>25 websites</span>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
<path d="M20 6 9 17l-5-5"></path>
</svg>
<span>150 templates</span>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
<path d="M20 6 9 17l-5-5"></path>
</svg>
<span>Advanced eCommerce</span>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
<path d="M20 6 9 17l-5-5"></path>
</svg>
<span>eCommerce features</span>
</li>
<li class="opacity-50">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
<path d="M20 6 9 17l-5-5"></path>
</svg>
<span class="line-through">Unlimited storage space</span>
</li>
<li class="opacity-50">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 me-2 inline-block text-success">
<path d="M20 6 9 17l-5-5"></path>
</svg>
<span class="line-through">Priority support</span>
</li>
</ul>
<div class="mt-6">
<button type="button" class="btn btn-primary btn-block">Choose plan</button>
</div>
</div>
</div>