All Prompts
All Prompts

buttonctaanimatedhovertailwindgradientinteractive
Animated Gradient Hover CTA Button
Анимированная кнопка CTA с градиентом при наведении. Создана на Tailwind CSS. Привлекает внимание на лендингах и формах.
Prompt
<button class="group relative inline-flex min-w-[120px] cursor-pointer transition-all duration-[1000ms] ease-[cubic-bezier(0.15,0.83,0.66,1)] hover:-translate-y-[3px] hover:text-white shadow-[0_2.8px_2.2px_rgba(0,0,0,0.3),_0_6.7px_5.3px_rgba(0,0,0,0.35),_0_12.5px_10px_rgba(0,0,0,0.4)] font-semibold text-neutral-400 tracking-tight bg-neutral-800 border-neutral-600 border rounded-full pt-[12px] pr-[20px] pb-[12px] pl-[20px] items-center justify-center"> <span class="relative z-10 font-normal rounded-full">Get Started</span> <!-- replaces the old ::before underline --> <span aria-hidden="true" class="absolute bottom-0 left-1/2 h-[1px] w-[70%] -translate-x-1/2 transition-all duration-[1000ms] ease-[cubic-bezier(0.15,0.83,0.66,1)] group-hover:opacity-80 bg-gradient-to-r from-transparent via-neutral-400 to-transparent opacity-20 rounded-full"></span> </button>