Industrial_Rainbow_Footer_Navigation
A simple, responsive footer navigation component with an industrial aesthetic, exposed elements, and a multi-color rainbow gradient background, tailored for finance/banking interfaces. Includes dark mode support.
HTML Code
<footer class="bg-gradient-to-r from-red-500 via-yellow-500 to-blue-500 dark:from-gray-900 dark:via-zinc-800 dark:to-stone-700 p-4 text-white uppercase tracking-wider font-mono shadow-inner border-t-2 border-l-2 border-r-2 border-b-8 border-gray-700 dark:border-gray-950">
<div class="container mx-auto flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<div class="text-sm text-gray-100 dark:text-gray-400 opacity-80">
<p>© 2023 Nexus Bank Co. All Rights Reserved.</p>
<p class="mt-1">Built with raw power and precision.</p>
</div>
<nav class="flex flex-wrap justify-center space-x-4 sm:space-x-6">
<a href="#" class="text-sm hover:text-gray-200 dark:hover:text-gray-300 transition-colors duration-200
border-b border-white hover:border-gray-200 dark:border-gray-500 dark:hover:border-gray-300
pb-1">About Us</a>
<a href="#" class="text-sm hover:text-gray-200 dark:hover:text-gray-300 transition-colors duration-200
border-b border-white hover:border-gray-200 dark:border-gray-500 dark:hover:border-gray-300
pb-1">Services</a>
<a href="#" class="text-sm hover:text-gray-200 dark:hover:text-gray-300 transition-colors duration-200
border-b border-white hover:border-gray-200 dark:border-gray-500 dark:hover:border-gray-300
pb-1">Pricing</a>
<a href="#" class="text-sm hover:text-gray-200 dark:hover:text-gray-300 transition-colors duration-200
border-b border-white hover:border-gray-200 dark:border-gray-500 dark:hover:border-gray-300
pb-1">Security</a>
<a href="#" class="text-sm hover:text-gray-200 dark:hover:text-gray-300 transition-colors duration-200
border-b border-white hover:border-gray-200 dark:border-gray-500 dark:hover:border-gray-300
pb-1">Support</a>
</nav>
</div>
</footer>
Related Components
Footer Navigation Component
A simple, responsive footer navigation component with a warm, sunset-inspired color scheme, designed for fashion/beauty brands. Features subtle hover effects and dark mode support.
Bauhaus_Retro_News_Footer
Complex, responsive footer navigation component for news/journalism websites, featuring a Bauhaus-inspired design with geometric forms and a retro/vintage color palette, including dark mode support.