Components Footer Glassmorphism Footer

Glassmorphism Footer

A responsive footer component designed with glassmorphism styling, featuring frosted glass-like effects and support for dark themes using Tailwind CSS.

Preview

HTML Code

<footer class="bg-white bg-opacity-30 backdrop-blur-md dark:bg-gray-800 dark:bg-opacity-30 border-t border-gray-200 dark:border-gray-700 py-10">
    <div class="container mx-auto px-6">
        <div class="flex flex-col md:flex-row justify-between items-center text-center md:text-left">
            <div class="mb-4 md:mb-0">
                <h3 class="text-xl font-semibold">Your Company</h3>
                <p class="text-sm text-gray-600 dark:text-gray-400">Your slogan or tagline goes here.</p>
            </div>
            <div class="flex items-center space-x-4">
                <img src="https://picsum.photos/50/50" alt="Random placeholder" class="rounded-full border border-gray-300 dark:border-gray-600">
                <p class="text-sm text-gray-600 dark:text-gray-400">Contact us: [email protected]</p>
            </div>
        </div>
        <div class="flex flex-col md:flex-row justify-center md:justify-between mt-8">
            <div class="mb-4 md:mb-0">
                <ul class="flex space-x-4">
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">Home</a></li>
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">About</a></li>
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">Services</a></li>
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">Contact</a></li>
                </ul>
            </div>
            <div>
                <p class="text-sm text-gray-600 dark:text-gray-400">© 2023 Your Company. All rights reserved.</p>
            </div>
        </div>
    </div>
</footer>

Related Components

Neumorphic Vibrant Footer

A simple, responsive footer component styled with neumorphic design principles and vibrant colors. It features a soft, extruded appearance with subtle shadows while maintaining high-saturation accent colors. The footer includes basic sections for site navigation, social links, and copyright information with full dark mode support.

Open

Footer Component

A Brutalism-styled footer component with responsive effects and dark theme support using Tailwind CSS.

Open

3D Analogous Simple Blog Footer

Responsive Footer Component with Dark Theme Support using Tailwind CSS. The footer has a simple 3D design with analogous colors. It is optimized for blog/content websites.

Open