3D Footer Fade-in
Responsive Footer with 3D Design elements and Dark Mode support
HTML Code
<footer class="bg-gray-100 dark:bg-gray-900 text-gray-800 dark:text-gray-200 py-10">
<div class="container mx-auto px-4">
<div class="flex flex-wrap justify-between items-center">
<div class="w-full md:w-1/3 mb-6 md:mb-0">
<h3 class="text-xl font-bold mb-3">3D Footer</h3>
<p class="text-sm">Explore the depths of our amazing footer. Designed with a touch of 3D for an immersive experience.</p>
</div>
<div class="w-full md:w-1/3 mb-6 md:mb-0">
<h4 class="text-lg font-semibold mb-3">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">Home</a></li>
<li><a href="#" class="hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">Services</a></li>
<li><a href="#" class="hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">About Us</a></li>
<li><a href="#" class="hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">Contact</a></li>
</ul>
</div>
<div class="w-full md:w-1/3">
<h4 class="text-lg font-semibold mb-3">Contact Us</h4>
<p class="text-sm">Email: [email protected]</p>
<p class="text-sm">Phone: +1 234 567 890</p>
<div class="flex mt-4 space-x-4">
<a href="#" class="text-gray-800 dark:text-gray-200 hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-800 dark:text-gray-200 hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-800 dark:text-gray-200 hover:text-gray-600 dark:hover:text-gray-400 transition duration-300 ease-in-out">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="mt-8 text-center text-sm">
<p>© 2023 3D Footer. All rights reserved.</p>
</div>
</div>
</footer>
Related Components
Footer Component - Booking/Reservation - Dark Mode Candy
A complex, responsive footer component designed for booking/reservation systems. Features a dark mode UI with bright candy/sweet colors, multiple navigation links, social media icons, and a newsletter subscription. Fully responsive and supports dark mode.
Corporate_Industrial_Footer_Ocean_Blue
A responsive, corporate and industrial-themed footer component with ocean/blue color scheme, designed for manufacturing companies. Includes navigation links, contact info, social media, and copyright, with full dark mode support.
Luxury_Pastel_Government_Footer
An elegant, responsive footer component for government or public service websites, featuring a luxurious design with a pastel color scheme and dark mode support. Includes navigation links, contact info, social media, and copyright.