组件 页脚 玻璃质感页脚组件

玻璃质感页脚组件

一个具有玻璃态风格的响应式页脚组件,配备有磨砂玻璃状的透明元素和模糊效果,支持暗黑主题。

预览

HTML 代码

<footer class="bg-white bg-opacity-30 backdrop-blur-md rounded-lg p-6 dark:bg-gray-800 dark:bg-opacity-30 transition duration-300 ease-in-out">
    <div class="container mx-auto">
        <div class="flex flex-col md:flex-row justify-between items-center">
            <div class="text-center md:text-left">
                <h2 class="text-xl font-bold text-gray-800 dark:text-white">Connect with Us</h2>
                <p class="text-gray-600 dark:text-gray-300">Stay updated with our latest news and offers.</p>
            </div>
            <div class="mt-4 md:mt-0">
                <a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2"><img src="https://picsum.photos/40/40?random=1" alt="Avatar" class="rounded-full " /></a>
                <a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2"><img src="https://picsum.photos/40/40?random=2" alt="Avatar" class="rounded-full " /></a>
                <a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2"><img src="https://picsum.photos/40/40?random=3" alt="Avatar" class="rounded-full " /></a>
            </div>
        </div>
        <div class="flex justify-center mt-4">
            <a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2">Privacy Policy</a>
            <span class="text-gray-500 dark:text-gray-300">|</span>
            <a href="#" class="text-gray-500 hover:text-gray-800 dark:hover:text-white mx-2">Terms of Service</a>
        </div>
    </div>
</footer>

相关组件

页脚组件

一个简单的社交媒体暗模式页脚组件,带有互补色彩方案。

打开

Organic_Nature_Inspired_Real_Estate_Footer

一个复杂的、受自然启发的、互补色的页脚组件,适用于房地产平台,具有流畅的线条、自然的形式、多种交互元素以及支持深色模式的完全响应能力。

打开

玻璃态底部

一个响应式页脚组件,采用玻璃风格设计,具有磨砂玻璃般的效果,并支持暗黑主题,使用Tailwind CSS.

打开