Content Display 구성 요소
레트로 디자인의 향수를 불러일으키는 디스플레이 구성 요소로, 반응형 효과와 어두운 테마 지원을 특징으로 합니다.
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>
관련 구성 요소
Content Display Components 컴포넌트
비즈니스/기업 웹 사이트를 위해 설계된 반응형 콘텐츠 디스플레이 구성 요소로, 다크 모드를 지원하고 생생한 색 구성표를 제공합니다. 여기에는 사용자 아바타, 텍스트 콘텐츠 및 이미지에 대한 섹션이 포함됩니다.
콘텐츠 표시 구성 요소 구성 요소 11
80년대/90년대의 향수를 불러일으키는 디자인을 특징으로 하는 레트로/빈티지 스타일의 콘텐츠 디스플레이 구성 요소로, 반응형 효과와 어두운 테마를 지원합니다.
Pastel3DBlogContentCard
블로그 또는 콘텐츠 섹션을 위한 반응형 콘텐츠 표시 구성 요소로, Tailwind CSS로 설계되었습니다. 그림자와 호버 효과를 사용하여 3D에서 영감을 받은 미학을 가진 간단한 레이아웃이 특징입니다. 색 구성표는 밝은 모드의 경우 부드러운 파스텔이며 호환되는 어두운 모드 테마가 있습니다. 구성 요소에는 이미지, 제목, 메타데이터(작성자/날짜), 발췌문 및 '자세히 읽기' 버튼이 포함됩니다. 자리 표시자 이미지는 picsum.photos 및 randomuser.me 에서 사용됩니다.