HTMLコード
<footer class="bg-gray-900 text-gray-300 py-8">
<div class="container mx-auto px-4">
<div class="flex flex-wrap justify-between items-center">
<div class="w-full md:w-1/4 mb-4 md:mb-0">
<h3 class="text-lg font-semibold text-white mb-2">Company</h3>
<ul>
<li><a href="#" class="hover:text-white">About Us</a></li>
<li><a href="#" class="hover:text-white">Careers</a></li>
<li><a href="#" class="hover:text-white">Press</a></li>
</ul>
</div>
<div class="w-full md:w-1/4 mb-4 md:mb-0">
<h3 class="text-lg font-semibold text-white mb-2">Products</h3>
<ul>
<li><a href="#" class="hover:text-white">Features</a></li>
<li><a href="#" class="hover:text-white">Pricing</a></li>
<li><a href="#" class="hover:text-white">Integrations</a></li>
</ul>
</div>
<div class="w-full md:w-1/4 mb-4 md:mb-0">
<h3 class="text-lg font-semibold text-white mb-2">Support</h3>
<ul>
<li><a href="#" class="hover:text-white">Help Center</a></li>
<li><a href="#" class="hover:text-white">API Status</a></li>
<li><a href="#" class="hover:text-white">Contact Us</a></li>
</ul>
</div>
<div class="w-full md:w-1/4">
<h3 class="text-lg font-semibold text-white mb-2">Legal</h3>
<ul>
<li><a href="#" class="hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="hover:text-white">Terms of Service</a></li>
</ul>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-4 flex flex-col md:flex-row items-center justify-between">
<p>© 2023 Your Company. All rights reserved.</p>
<div class="flex space-x-4 mt-4 md:mt-0">
<a href="#" class="hover:text-white"><i class="fab fa-facebook"></i></a>
<a href="#" class="hover:text-white"><i class="fab fa-twitter"></i></a>
<a href="#" class="hover:text-white"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</footer>
関連コンポーネント
フッターナビゲーションコンポーネント
単色の配色でGlassmorphismスタイルでデザインされたシンプルなフッターナビゲーションコンポーネントです。レスポンシブで、ダークモードをサポートし、eコマースWebサイトに適しています。
フッターナビゲーションコンポーネント
80年代と90年代の美学に触発されたレトロ/ビンテージスタイルでデザインされたフッターナビゲーションコンポーネント。ダークテーマのサポートが特徴で、完全にレスポンシブです。