コンテンツ表示コンポーネント

レトロなデザインのノスタルジックなディスプレイコンポーネントで、レスポンシブエフェクトとダークテーマのサポートが特徴です。

プレビュー

HTMLコード

<div class="max-w-xs mx-auto bg-white border border-gray-300 rounded-lg shadow-lg overflow-hidden dark:bg-gray-800 dark:border-gray-700">
    <img class="w-full h-48 object-cover" src="https://picsum.photos/400/200?random=1" alt="Nostalgic Image">
    <div class="p-4">
        <div class="flex items-center">
            <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/11.jpg" alt="Avatar">
            <div class="ml-3">
                <h2 class="text-lg font-bold text-gray-800 dark:text-gray-200">Retro Nostalgia</h2>
                <p class="text-gray-600 dark:text-gray-400">Explore the vibrant designs of the 80s and 90s that inspired our modern aesthetics.</p>
            </div>
        </div>
        <div class="mt-4">
            <h3 class="text-md font-semibold text-gray-700 dark:text-gray-300">Join the Movement</h3>
            <p class="text-gray-500 dark:text-gray-400">Be part of our journey as we explore retro designs, culture, and style.
            </p>
        </div>
        <div class="flex justify-between mt-4">
            <span class="text-gray-600 dark:text-gray-400">#Retro #Vintage</span>
            <button class="bg-blue-500 text-white rounded-md px-4 py-2 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50">Learn More</button>
        </div>
    </div>
</div>

関連コンポーネント

コンテンツ表示コンポーネント

EarthトーンのGlassmorphismコンテンツ表示コンポーネント

開ける

コンテンツ表示コンポーネント

インタラクティブな要素を持つポートフォリオコンテンツを表示するためのglassmorphismスタイルのコンポーネントで、ダークモードをサポートします。

開ける

コンテンツ表示コンポーネント 11

80年代/90年代のノスタルジックなデザインを特徴とするレトロ/ビンテージスタイルのコンテンツ表示コンポーネントで、レスポンシブエフェクトとダークテーマのサポートを備えています。

開ける