VibeCoderzVibeCoderz
Telegram
All Prompts
Newsletter Subscription Card with Email Input preview
formnewslettersubscriptionemailcardtailwindresponsiveui

Newsletter Subscription Card with Email Input

Адаптивная UI-карточка подписки на рассылку с полем ввода email. Стильный дизайн, подходит для сайтов и блогов.

Prompt

<div
  class="w-full max-w-xl ring-1 ring-black/10 sm:p-5 bg-white/80 rounded-2xl pt-4 pr-4 pb-4 pl-4 shadow-lg backdrop-blur-md">
  <div class="flex items-start justify-between">
    <div>
      <p class="text-neutral-900 font-medium tracking-tight">Newsletter</p>
      <p class="text-neutral-500 text-xs mt-0.5">Updates. No noise.</p>
    </div>
    <span class="inline-flex items-center gap-2 text-[11px] text-neutral-600">
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="shield-check" class="lucide lucide-shield-check h-3.5 w-3.5"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg>
                        Privacy-first
                      </span>
  </div>
  <form class="mt-3">
    <div class="flex gap-2">
      <div class="relative flex-1">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
          stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="mail"
          class="lucide lucide-mail h-4 w-4 text-neutral-400 absolute left-3 top-1/2 -translate-y-1/2">
          <path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path>
          <rect x="2" y="4" width="20" height="16" rx="2"></rect>
        </svg>
        <input type="email" placeholder="you@domain.com" class="w-full pl-9 pr-3 py-2.5 text-sm rounded-xl ring-1 ring-black/10 focus:ring-2 focus:ring-neutral-900 outline-none bg-white placeholder:text-neutral-400">
      </div>
      <button type="submit" class="rounded-xl bg-neutral-900 text-white px-4 py-2.5 text-sm font-medium hover:bg-neutral-800 transition-colors">
                          Subscribe
                        </button>
    </div>
  </form>
</div>
All Prompts