Retro Blog Footer
A retro/vintage footer component for a blog with monochromatic color scheme, simple layout, responsive design, and dark theme support.
HTML Code
<footer class="bg-gray-200 text-gray-700 dark:bg-gray-900 dark:text-gray-300 py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<div class="text-center md:text-left">
<p class="text-sm">© 2023 The Retro Blog. All rights reserved.</p>
</div>
<nav class="flex space-x-4">
<a href="#" class="text-sm hover:underline">Privacy Policy</a>
<a href="#" class="text-sm hover:underline">Terms of Service</a>
<a href="#" class="text-sm hover:underline">Contact Us</a>
</nav>
</div>
</div>
</footer>
Related Components
Glassmorphism Footer
A responsive footer component designed with glassmorphism styling, featuring frosted glass-like effects and support for dark themes using Tailwind CSS.
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.
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.