Cyberpunk_Retro_Food_Navbar
サイバーパンクレトロな美学を備えたシンプルでレスポンシブなナビゲーションバーで、食品/レストランのWebサイト向けに設計されています。暗い背景、落ち着いたアクセントカラー、ダークモードのサポートが特徴です。
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"><</span>Bite<span class="text-teal-400">/></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>
関連コンポーネント
Cyberpunk_Finance_Navbar
金融/銀行アプリケーション用のシンプルで応答性の高いサイバーパンクをテーマにしたナビゲーションバーで、暗い背景、明るいグラデーションアクセント、ダークモードのサポートが特徴です。
Artsy_Neon_Crypto_Navbar
芸術的な水彩画風のデザインと明るいネオン配色を備えた、暗号通貨/ブロックチェーンアプリケーション用の複雑で応答性の高いナビゲーションバー。ダークモードのサポートとインタラクティブな要素が含まれています。
ナビゲーションバーコンポーネント
紙/印刷物にインスパイアされた美的感覚と宝石のような配色で設計された、複雑でレスポンシブなナビゲーションバーコンポーネントで、農業/農業のWebサイトに適しています。ダークモードのサポートと複数のインタラクティブ要素が含まれています。