All Prompts
All Prompts

buttonctagradientanimatedinteractivetailwind
Gradient Border CTA Button
Кнопка CTA с градиентной анимированной рамкой и эффектами при наведении. Идеальна для привлечения внимания на лендингах.
Prompt
<button class="group flex gap-2 **text-lg transition-all duration-500 hover:scale-[1.03] active:scale-[0.98] text-white font-semibold** h-14 rounded-full pr-10 pl-10 relative gap-x-2 gap-y-2 items-center justify-center" style="background: linear-gradient(#000, #000) padding-box,
linear-gradient(90deg, #f97316 0%, #fbbf24 50%, #ffffff 100%) border-box;
border: 1.5px solid transparent;
box-shadow: -15px 0 40px -5px rgba(249, 115, 22, 0.6),
15px 0 40px -5px rgba(255, 255, 255, 0.4)">
<span class="flex items-center gap-2 leading-none z-10 relative drop-shadow-md">Learn More</span>
</button>