コンポーネント フッター フッターコンポーネント

フッターコンポーネント

Tailwind CSS を使用して、ダーク テーマをサポートするレトロ/ビンテージ スタイルでデザインされたシンプルなレスポンシブ フッター コンポーネント。ビジネス/企業のWebサイトに適した基本的なレイアウトが特徴です。

プレビュー

HTMLコード

<footer class="bg-blue-900 text-white py-6 mt-10 dark:bg-gray-800">
    <div class="container mx-auto text-center">
        <div class="flex flex-col md:flex-row justify-between items-center">
            <div class="mb-4 md:mb-0">
                <img src="https://picsum.photos/100/50" alt="Company Logo" class="mx-auto mb-2">
                <h2 class="text-lg font-bold">Company Name</h2>
                <p class="text-sm">Your tagline goes here.</p>
            </div>
            <div>
                <h3 class="text-md font-semibold mb-2">Follow Us</h3>
                <div class="flex justify-center space-x-4">
                    <a href="#" class="text-gray-400 hover:text-gray-200"><img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Facebook" class="h-6 w-6"></a>
                    <a href="#" class="text-gray-400 hover:text-gray-200"><img src="https://randomuser.me/api/portraits/men/2.jpg" alt="Twitter" class="h-6 w-6"></a>
                    <a href="#" class="text-gray-400 hover:text-gray-200"><img src="https://randomuser.me/api/portraits/women/1.jpg" alt="Instagram" class="h-6 w-6"></a>
                </div>
            </div>
        </div>
        <div class="mt-6 border-t border-gray-600 pt-4">
            <p class="text-xs">&copy; 2023 Company Name. All rights reserved.</p>
        </div>
    </div>
</footer>

関連コンポーネント

フッターコンポーネント

3D デザイン要素とアース トーンを備えたシンプルでレスポンシブなフッター コンポーネントで、ダーク テーマをサポートするブログやコンテンツ サイト向けに設計されています。

開ける

ミニマリストのソーシャルメディアフッター

ソーシャルメディアインターフェイス用のアースカラーの配色を備えたミニマリストのフッターコンポーネント。ダークテーマのサポートによるレスポンシブ。

開ける

コーポレートブッキングフッター

予約/予約システム用に設計された複雑で応答性の高い企業フッターコンポーネントで、セマンティックHTMLとTailwind CSSを使用して、ウォームニュートラルとダークモードのサポートを特徴としています。

開ける