All Prompts
All Prompts

badgelabelstatusbrandingtailwindflexboxbutton
Brand Label with Color Indicator
Метка бренда с индикатором цвета. UI-компонент для статусов, заголовков, списков. Сделан на Tailwind CSS.
Prompt
<button class="group inline-flex gap-2 transition-all cursor-pointer text-sm font-medium text-white tracking-tight opacity-100 border-transparent rounded-full relative gap-x-2 gap-y-2 items-center justify-center" style="padding: 8px 24px; background: linear-gradient(135deg, #1a1a1a, #2d2d2d); border: none; color: white; position: relative; cursor: pointer; font-weight: 600; transition-duration: 0.3s">
<div class="absolute left-0 top-0 w-full h-full rounded-full pointer-events-none" style="left: -1px; top: -1px; border-radius: 9999px; background: linear-gradient(90deg, #ff00ff, #00ffff, #ffff00, #ff00ff, #00ffff, #ffff00); background-size: 200%; width: calc(100% + 2px); height: calc(100% + 2px); z-index: -1; animation: iridescent 8s linear infinite;"></div>
<div class="absolute left-0 top-0 w-full h-full rounded-full pointer-events-none" style="left: -1px; top: -1px; border-radius: 9999px; background: linear-gradient(90deg, #ff00ff, #00ffff, #ffff00, #ff00ff, #00ffff, #ffff00); background-size: 200%; width: calc(100% + 2px); height: calc(100% + 2px); z-index: -1; animation: iridescent 8s linear infinite; filter: blur(20px); opacity: 0.6;"></div>
<span class="font-geist z-30 mx-1 my-1 relative">Start Free</span>
<style>
@keyframes iridescent {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
</style>
</button>