Social Media Navigation Bar
Glassmorphism Grayscale Simple Social Media Navigation Bar Component
HTML Code
<nav class="p-4 bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg dark:bg-gray-800 dark:bg-opacity-10 dark:backdrop-filter dark:backdrop-blur-lg">
<div class="container mx-auto flex justify-between items-center">
<div class="text-gray-800 dark:text-white text-xl font-bold">SocialApp</div>
<div class="flex space-x-4">
<a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300">Feed</a>
<a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300">Profile</a>
<a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300">Messages</a>
</div>
</div>
</nav>
Related Components
LuxuryTravelNavBar
A simple, elegant navigation bar component for travel and tourism websites, featuring luxury earth tones, responsive design, and dark mode support.
Artistic_Sepia_Navigation_Bar
A simple, responsive navigation bar with a soft, artistic, sepia-toned aesthetic suitable for fashion and beauty brands, including dark mode support.