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

玻璃质感页脚组件

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

预览

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>

相关组件

Neumorphic 页脚组件

一个 Neumorphic 风格的页脚组件,用于社交媒体界面,具有鲜艳的色彩和复杂的布局,支持深色模式。

打开

Neumorphic Vibrant 页脚

一个简单、响应式的页脚组件,采用 neumorphic 设计原则和鲜艳的色彩进行样式设置。它具有柔和的凸出外观,带有微妙的阴影,同时保持高饱和度的强调色。页脚包括网站导航、社交链接和版权信息的基本部分,并完全支持深色模式。

打开

拟物化页脚组件

响应式页脚组件,具有拟物化设计、相似配色方案(绿色、蓝绿色)和中等复杂性,适用于商业网站。包括链接、徽标占位符以及通过阴影和渐变实现的微妙拟物化效果。支持浅色和深色模式。

打开