Tailwind CSS Call to Action
Tailwind CSS call to action section
Details About Tailwind CSS Call to Action
Key points:
- Tailwind CSS v3.0+
<section class="bg-orange-400 py-8 text-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-6">Take your AI startup to the next level</h2>
<p class="text-lg text-center mb-8">Discover the power of AI with our innovative solutions</p>
<a href="#" class="block mx-auto w-40 md:w-48 bg-red-500 hover:bg-red-600 text-white text-center rounded-lg py-2 px-6 font-bold uppercase">Get Started</a>
</div>
</section>