组件 页脚导航 页脚导航组件

页脚导航组件

一个以80年代和90年代美学为灵感设计的复古/复古风格的页脚导航组件。它具有深色主题支持,并且完全响应式。

预览

HTML 代码

<footer class="bg-gray-800 text-white py-8 mt-10">
    <div class="container mx-auto flex flex-col md:flex-row justify-between items-center">
        <div class="text-center md:text-left">
            <h2 class="text-2xl font-bold mb-2">Stay Connected!</h2>
            <p>Follow us on our social media channels:</p>
            <div class="flex justify-center md:justify-start mt-4 space-x-4">
                <a href="#" class="text-gray-400 hover:text-white">
                    <img src="https://picsum.photos/30/30?random=1" alt="Facebook" class="rounded-full">
                </a>
                <a href="#" class="text-gray-400 hover:text-white">
                    <img src="https://picsum.photos/30/30?random=2" alt="Twitter" class="rounded-full">
                </a>
                <a href="#" class="text-gray-400 hover:text-white">
                    <img src="https://picsum.photos/30/30?random=3" alt="Instagram" class="rounded-full">
                </a>
            </div>
        </div>
        <nav class="mt-6 md:mt-0">
            <ul class="flex flex-col md:flex-row space-x-4">
                <li><a href="#" class="hover:text-gray-400 transition">Home</a></li>
                <li><a href="#" class="hover:text-gray-400 transition">About</a></li>
                <li><a href="#" class="hover:text-gray-400 transition">Services</a></li>
                <li><a href="#" class="hover:text-gray-400 transition">Contact</a></li>
            </ul>
        </nav>
    </div>
    <div class="text-center mt-6">
        <p class="text-gray-500 text-sm">&copy; 2023 Your Company. All rights reserved.</p>
    </div>
</footer>

相关组件

页脚导航组件

用于企业网站的响应式复杂Neumorphism风格页脚导航组件,使用灰度色彩方案并支持暗模式。不使用JavaScript。

打开

页脚导航组件

一个简单、响应式的页脚导航组件,具有温暖的日落风格配色方案,专为时尚/美容品牌设计。具有微妙的悬停效果和暗模式支持。

打开

页脚导航组件

带有暗模式和响应效果的页脚导航组件

打开