VibeCoderzVibeCoderz
Telegram
All Prompts
Horizontal Navigation Links preview
navigationmenuhorizontallinksminimal

Horizontal Navigation Links

Чистая горизонтальная навигация с ссылками. Минималистичное меню для сайтов, отображает пункты в ряд с плавными переходами.

Prompt

<div class="inline-block">
  <style>@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap');</style>
  <nav class="flex items-center gap-6">
    <a href="#" class="text-sm font-medium hover:text-white/70 text-white/90 transition-colors" style="font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;">Product</a>
    <a href="#" class="text-sm font-medium hover:text-white/70 text-white/90 transition-colors" style="font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;">Extensions</a>
    <a href="#" class="text-sm font-medium hover:text-white/70 text-white/90 transition-colors" style="font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;">Docs</a>
    <a href="#" class="text-sm font-medium hover:text-white/70 text-white/90 transition-colors" style="font-family: 'Space Grotesk', 'Helvetica Neue', sans-serif;">Pricing</a>
  </nav>
</div>
All Prompts