Brutalist Social Navigation
A simple, brutalist navigation component for social media with complementary colors. Includes responsive design and dark mode support.
HTML Code
<nav class="bg-blue-300 dark:bg-orange-700 p-4"> <ul class="flex justify-between"> <li><a href="#" class="text-blue-800 dark:text-orange-200 text-xl font-bold">Profile</a></li> <li><a href="#" class="text-blue-800 dark:text-orange-200 text-xl font-bold">Feed</a></li> <li><a href="#" class="text-blue-800 dark:text-orange-200 text-xl font-bold">Messages</a></li> </ul></nav>
Related Components
Navigation Components Component
A responsive navigation component with vibrant colors and microinteractions, designed for a portfolio.
Neumorphism Navigation
A simple responsive navigation component with Neumorphism style for e-commerce.
Navigation Components
A responsive navigation component following Material Design principles with a triadic color scheme, aimed at social media interfaces, featuring dark mode support.