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

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

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

プレビュー

HTMLコード

<footer class="bg-gray-200 dark:bg-gray-800 py-6">
  <div class="container mx-auto px-4">
    <div class="flex flex-col md:flex-row justify-between items-center">
      <div class="mb-4 md:mb-0">
        <p class="text-gray-700 dark:text-gray-300 text-sm">&copy; 2023 SocialMedia. All rights reserved.</p>
      </div>
      <div class="flex space-x-4">
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-facebook-f"></i>
        </a>
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-twitter"></i>
        </a>
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-instagram"></i>
        </a>
        <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition duration-300 ease-in-out">
          <i class="fab fa-linkedin-in"></i>
        </a>
      </div>
    </div>
  </div>
</footer>

関連コンポーネント

フッターコンポーネント

ブログ/コンテンツ Web サイト用のニューモーフィックフッターコンポーネント、モノクロカラースキーム、ダークモードサポート付き。これは、適度に複雑なコンポーネントです。応答性が高いです。

開ける

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

Resposive Neumorphism フッターコンポーネント (ダークテーマ対応)

開ける

3Dフッターフェードイン

3Dデザイン要素とダークモードをサポートするレスポンシブフッター

開ける