All Prompts
All Prompts

buttonctaanimatedgradientpremiummodernglassshadowresponsive
Premium CTA Button with Animated Effects
Премиум кнопка CTA с градиентом и анимацией. Эффекты свечения, мерцания и масштабирования при наведении. Современный UI-элемент.
Prompt
<div class="component-container">
<style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap'); .font-geist { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }</style>
<div class="hidden sm:flex">
<button class="group hover:shadow-sky-500/30 hover:shadow-2xl
hover:scale-[1.02] hover:-translate-y-1 active:scale-95
transition-all duration-500 ease-out cursor-pointer
hover:border-sky-400/60 overflow-hidden bg-gradient-to-br
from-sky-900/40 via-black-900/60 to-black/80
border-sky-500/30 border-2 rounded-full pt-2.5 pr-4 pb-2.5
pl-5 relative shadow-2xl backdrop-blur-xl">
<div class="absolute inset-0 bg-gradient-to-r from-transparent
via-sky-400/30 to-transparent -translate-x-full
group-hover:translate-x-full transition-transform
duration-1000 ease-out"></div>
<div class="group-hover:opacity-100 transition-opacity duration-500
bg-gradient-to-r from-sky-500/10 via-sky-400/20
to-sky-500/10 opacity-0 rounded-2xl absolute top-0 right-0
bottom-0 left-0"></div>
<div class="relative z-10 flex items-center gap-3">
<div class="flex-1 text-left">
<p class="group-hover:text-white transition-colors duration-300
text-sm font-bold text-white font-geist drop-shadow-sm">Start Free Trial</p>
</div>
<div class="opacity-40 group-hover:opacity-100 group-hover:translate-x-1 transition-all duration-300">
<svg viewBox="0 0 24 24" stroke="currentColor" fill="none" class="w-4 h-4 text-white">
<path d="M9 5l7 7-7 7" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"></path>
</svg>
</div>
</div>
</button>
</div>
</div>