콘텐츠 표시 구성 요소 구성 요소 11
80년대/90년대의 향수를 불러일으키는 디자인을 특징으로 하는 레트로/빈티지 스타일의 콘텐츠 디스플레이 구성 요소로, 반응형 효과와 어두운 테마를 지원합니다.
HTML 코드
<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden">
<div class="flex flex-col md:flex-row items-center p-6">
<img class="w-full md:w-1/3 h-auto rounded-lg mb-4 md:mb-0" src="https://picsum.photos/300/200?random=1" alt="Random retro image">
<div class="md:ml-4">
<h2 class="text-2xl font-bold text-gray-800 dark:text-gray-100">Retro/Vintage Title</h2>
<p class="text-gray-600 dark:text-gray-400 mb-2">This is a nostalgic description that evokes the design style of the 80s and 90s, full of vibrant colors and retro aesthetics.</p>
<div class="flex items-center">
<img class="w-10 h-10 rounded-full border-2 border-gray-300 dark:border-gray-700 mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
<span class="text-gray-700 dark:text-gray-300">Posted by <span class="font-bold">User Name</span></span>
</div>
</div>
</div>
<div class="p-6">
<p class="text-gray-700 dark:text-gray-300">Here’s a bit more detail about the content. This section can be used to provide additional context or information.</p>
</div>
<div class="bg-gray-100 dark:bg-gray-700 p-4 text-right">
<button class="bg-blue-500 text-white rounded-md px-4 py-2 hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-800">Read More</button>
</div>
</div>
관련 구성 요소
레트로 전자 상거래 제품 카드 디스플레이
80년대/90년대 레트로/빈티지 미학을 가미한 복잡하고 반응이 빠른 전자 상거래 제품 디스플레이 구성 요소로, 보라색/보라색 색 구성표, 대화형 요소 및 다크 모드 지원을 특징으로 합니다.