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

Glassmorphismフッター

glassmorphism スタイルで設計されたレスポンシブフッターコンポーネントで、すりガラスのようなエフェクトと Tailwind CSS を使用したダークテーマのサポートが特徴です。

プレビュー

HTMLコード

<footer class="bg-white bg-opacity-30 backdrop-blur-md dark:bg-gray-800 dark:bg-opacity-30 border-t border-gray-200 dark:border-gray-700 py-10">
    <div class="container mx-auto px-6">
        <div class="flex flex-col md:flex-row justify-between items-center text-center md:text-left">
            <div class="mb-4 md:mb-0">
                <h3 class="text-xl font-semibold">Your Company</h3>
                <p class="text-sm text-gray-600 dark:text-gray-400">Your slogan or tagline goes here.</p>
            </div>
            <div class="flex items-center space-x-4">
                <img src="https://picsum.photos/50/50" alt="Random placeholder" class="rounded-full border border-gray-300 dark:border-gray-600">
                <p class="text-sm text-gray-600 dark:text-gray-400">Contact us: [email protected]</p>
            </div>
        </div>
        <div class="flex flex-col md:flex-row justify-center md:justify-between mt-8">
            <div class="mb-4 md:mb-0">
                <ul class="flex space-x-4">
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">Home</a></li>
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">About</a></li>
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">Services</a></li>
                    <li><a href="#" class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-white">Contact</a></li>
                </ul>
            </div>
            <div>
                <p class="text-sm text-gray-600 dark:text-gray-400">© 2023 Your Company. All rights reserved.</p>
            </div>
        </div>
    </div>
</footer>

関連コンポーネント

サイバーパンクフッターコンポーネント

パープル/バイオレットトーンを使用した未来的なサイバーパンクの美学を備えたシンプルで応答性の高いフッターコンポーネントで、テクノロジー/ SaaSアプリケーションに適しています。ダークモードのサポートが含まれています。

開ける

ニューモーフィズムアースフッター

ニューモーフィズム、アーストーン、ダークテーマをサポートするレスポンシブフッターコンポーネント

開ける

レトロなブログフッター

単色の配色、シンプルなレイアウト、レスポンシブデザイン、ダークテーマのサポートを備えたブログ用のレトロ/ビンテージフッターコンポーネント。

開ける