组件 导航栏 Cyberpunk_Retro_Food_Navbar

Cyberpunk_Retro_Food_Navbar

一个简单、响应式的导航栏,具有赛博朋克复古美学,专为食品/餐厅网站设计。具有深色背景、柔和的强调色和深色模式支持。

预览

HTML 代码

<nav class="bg-zinc-900 shadow-lg p-4 font-mono dark:bg-zinc-950">
  <div class="container mx-auto flex justify-between items-center">
    <!-- Logo/Brand Name -->
    <a href="#" class="text-orange-400 text-2xl font-bold tracking-wider uppercase hover:text-orange-300 transition-colors duration-300 transform hover:scale-105">
      <span class="text-teal-400">&lt;</span>Bite<span class="text-teal-400">/&gt;</span>Stream
    </a>

    <!-- Mobile Menu Button -->
    <div class="md:hidden">
      <button class="text-gray-300 hover:text-orange-400 focus:outline-none focus:text-orange-400 dark:text-gray-400 dark:hover:text-orange-300">
        <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-4 6h4"></path>
        </svg>
      </button>
    </div>

    <!-- Desktop Navigation Links -->
    <div class="hidden md:flex space-x-6">
      <a href="#" class="text-gray-400 hover:text-teal-400 transition-colors duration-300 text-lg">
        Menu
      </a>
      <a href="#" class="text-gray-400 hover:text-teal-400 transition-colors duration-300 text-lg">
        Orders
      </a>
      <a href="#" class="text-gray-400 hover:text-teal-400 transition-colors duration-300 text-lg">
        About
      </a>
      <a href="#" class="text-gray-400 hover:text-teal-400 transition-colors duration-300 text-lg">
        Contact
      </a>
      <a href="#" class="bg-teal-600 text-white px-4 py-1 rounded-md text-lg hover:bg-teal-500 transition-colors duration-300 neon-button">
        Sign In
      </a>
    </div>
  </div>
</nav>

相关组件

社交媒体玻璃化导航栏

响应式玻璃摩尔社交媒体导航栏,带深色模式

打开

Luxury_Premium_Dating_Social_NavBar

用于约会/社交平台的豪华/高级风格导航栏,具有优雅的排版、高对比度的配色方案和响应式设计,支持深色模式。包括个人资料头像和通知图标等交互式元素。

打开

导航栏组件

仪表板的响应式导航栏,具有大地色调的深色模式主题。包括 logo、导航链接、搜索栏和用户配置文件部分。专为具有交互元素的中等复杂性而设计。

打开