VibeCoderzVibeCoderz
Telegram
All Prompts
Header Action Buttons preview
buttonctaauthenticationresponsive

Header Action Buttons

Кнопки действий в шапке сайта: вход, регистрация, призыв к действию. Адаптивные, стильные.

Prompt

<div class="flex items-center gap-2">
  <button class="hidden rounded-xl border border-neutral-200 bg-white px-3
    py-2 text-sm font-medium text-neutral-700
    hover:bg-neutral-50 md:block transition-colors">Sign In</button>
  <button class="inline-flex items-center gap-2 rounded-xl bg-neutral-900
    px-4 py-2 text-sm font-medium text-white
    hover:bg-neutral-800 transition-colors">
    <span>Start Journey</span>
    <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" class="h-4 w-4" style="stroke-width: 1.5;">
      <path d="M5 12h14"></path>
      <path d="m12 5 7 7-7 7"></path>
    </svg>
  </button>
</div>
All Prompts