콘텐츠 표시 구성 요소

블로그 또는 콘텐츠 소비를 위한 반응형 콘텐츠 표시 구성 요소로, 3D 디자인 스타일과 어두운 테마를 지원합니다.

미리 보기

HTML 코드

<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-lg transition-transform transform hover:scale-105">
    <div class="flex items-center mb-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-gray-300 dark:border-gray-600 mr-3" />
        <div class="flex flex-col">
            <span class="text-gray-800 dark:text-gray-200 font-semibold">John Doe</span>
            <span class="text-gray-500 dark:text-gray-400 text-sm">March 10, 2023</span>
        </div>
    </div>
    <h2 class="text-gray-900 dark:text-gray-100 text-xl font-bold mb-2">Exploring the Depths of 3D Design</h2>
    <p class="text-gray-700 dark:text-gray-300 mb-4">Incorporating three-dimensional elements into design can create an engaging experience for users, making the content more appealing and enjoyable to consume. In this post, we explore various techniques...</p>
    <img src="https://picsum.photos/400/200?random=1" alt="3D Design Example" class="rounded-lg mb-4 shadow-md">
    <button class="bg-gray-800 dark:bg-gray-300 text-white dark:text-gray-800 px-4 py-2 rounded-md transition duration-300 hover:bg-gray-700 dark:hover:bg-gray-400">Read More</button>
</div>

관련 구성 요소

부동산 리스팅 카드 - Swiss Pastel

스위스/인터내셔널 타이포그래피 스타일과 파스텔 색상 구성표가 있는 간단하고 깨끗하며 반응이 빠른 부동산 리스팅 카드로 부동산 플랫폼에 적합합니다. 다크 모드 지원이 포함됩니다.

열다

Content Display Components 컴포넌트

Glassmorphism Content Display Component with Earth Tones

열다

SimpleContent디스플레이

반응형 디자인과 Tailwind CSS를 사용하는 어두운 테마를 지원하는 간단한 콘텐츠 표시 구성 요소입니다.

열다