Brutalist Sticky Navigation
A Brutalist-style sticky navigation component with responsive behavior and dark mode support using Tailwind CSS. Features high contrast, bold typography, and a stark, raw aesthetic.
HTML Code
<header class="bg-yellow-400 text-black sticky top-0 z-50 border-b-4 border-black dark:bg-purple-800 dark:text-white dark:border-white">
<nav class="container mx-auto px-6 py-4 flex justify-between items-center">
<div class="text-2xl font-bold uppercase tracking-tighter">Brutal Nav</div>
<div class="hidden md:flex space-x-6">
<a href="#" class="text-black hover:underline dark:text-white">Home</a>
<a href="#" class="text-black hover:underline dark:text-white">About</a>
<a href="#" class="text-black hover:underline dark:text-white">Services</a>
<a href="#" class="text-black hover:underline dark:text-white">Contact</a>
</div>
<button class="md:hidden text-black dark:text-white focus:outline-none">
<svg class="w-6 h-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>
</nav>
</header>
Related Components
Sticky Navigation Component
A sticky navigation component for e-commerce, featuring a minimalist/flat design with vibrant colors. It includes a logo, search bar, cart icon, and user avatar, all styled with Tailwind CSS for responsiveness and dark theme support.
Cyberpunk Sticky Navigation
A responsive, sticky navigation bar with a cyberpunk style, featuring sunset/warm tones, suitable for finance/banking interfaces. Includes dark mode support and interactive elements.
Sticky Navigation Component
A responsive, sticky navigation bar with neon/glow effects, suitable for education or learning platforms. Features a purple/violet color scheme, dark mode support, and interactive menu items.