组件 页脚 复古博客页脚

复古博客页脚

用于博客的复古/复古页脚组件,具有单色配色方案、简单的布局、响应式设计和深色主题支持。

预览

HTML 代码

<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">&copy; 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>

相关组件

极简社交媒体页脚

一个为社交媒体界面设计的极简页脚组件,采用土色调配色方案。响应式并支持黑暗主题。

打开

页脚组件

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

打开

拟物化地球页脚

具有拟物化、自然色调和深色主题支持的响应式页脚组件。

打开