Sticky Button 1: Full-width primary CTA
by tailkits
HTML
<div class="fixed bottom-0 left-0 w-full bg-white p-4">
<button class="w-full py-3 bg-blue-600 text-white font-semibold rounded-md shadow">
Get Started
</button>
</div>
by tailkits
<div class="fixed bottom-0 left-0 w-full bg-white p-4">
<button class="w-full py-3 bg-blue-600 text-white font-semibold rounded-md shadow">
Get Started
</button>
</div>