HTMLコード
<footer class="bg-gray-800 text-white py-4">
<div class="container mx-auto flex flex-col items-center">
<div class="flex space-x-4 mb-3">
<a href="#" class="text-gray-400 hover:text-gray-200">About</a>
<a href="#" class="text-gray-400 hover:text-gray-200">Contact</a>
<a href="#" class="text-gray-400 hover:text-gray-200">Privacy Policy</a>
</div>
<div class="flex space-x-4 mb-3">
<a href="#" class="text-gray-400 hover:text-gray-200">
<img src="https://picsum.photos/30/30" alt="Facebook" class="inline-block">
</a>
<a href="#" class="text-gray-400 hover:text-gray-200">
<img src="https://picsum.photos/30/30" alt="Twitter" class="inline-block">
</a>
<a href="#" class="text-gray-400 hover:text-gray-200">
<img src="https://picsum.photos/30/30" alt="Instagram" class="inline-block">
</a>
</div>
<div class="text-center">
<p class="text-gray-400">© 2023 Your Company. All rights reserved.</p>
</div>
</div>
</footer>
関連コンポーネント
3D類似のシンプルなブログフッター
Tailwind CSS を使用したダーク テーマをサポートするレスポンシブ フッター コンポーネント。フッターは、類似の色を使用したシンプルな3Dデザインです。ブログ/コンテンツWebサイト用に最適化されています。
Glassmorphism_Footer_Component
ブッキング/予約システム用に設計されたレスポンシブなglassmorphismスタイルのフッターコンポーネントで、補色の配色、インタラクティブな要素、および完全なダークモードのサポートを特徴としています。