All Prompts
All Prompts

buttonlinkctaiconstailwindgradienthoverinteractive
Gradient CTA Link with Icons & Hover Animation
Интерактивная кнопка CTA с градиентом и иконкой. Анимированный эффект при наведении. Идеально для призывов к действию в адаптивных UI.
Prompt
<a href="#"
class="group inline-flex items-center gap-3 hover:shadow-lg hover:shadow-blue-500/25 transition-all duration-300 text-sm font-semibold text-white tracking-wide bg-gradient-to-r from-blue-600 to-indigo-600 rounded-full pt-4 pr-8 pb-4 pl-8"
style="" title="Link disabled in preview mode">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="">
<path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path>
</svg>
Ask Our Coaches
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="group-hover:translate-x-1 transition-transform duration-300">
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg>
</a>