그리드 레이아웃 구성 요소 7
Tailwind CSS를 사용하여 Brutalism 스타일로 설계된 반응형 그리드 레이아웃 구성 요소로, 어두운 테마 지원과 임의의 자리 표시자 이미지를 특징으로 합니다.
HTML 코드
<div class="bg-gray-100 dark:bg-gray-800 p-8">
<h1 class="text-4xl font-extrabold text-black dark:text-white mb-6">Brutalism Grid Layout</h1>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-lg p-4 flex flex-col items-center justify-center">
<img src="https://picsum.photos/200/300?random=1" alt="Random Image" class="rounded-lg mb-4">
<h2 class="text-xl font-bold text-black dark:text-white">Item 1</h2>
<p class="text-gray-600 dark:text-gray-300">This is a description of item 1.</p>
</div>
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-lg p-4 flex flex-col items-center justify-center">
<img src="https://picsum.photos/200/300?random=2" alt="Random Image" class="rounded-lg mb-4">
<h2 class="text-xl font-bold text-black dark:text-white">Item 2</h2>
<p class="text-gray-600 dark:text-gray-300">This is a description of item 2.</p>
</div>
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-lg p-4 flex flex-col items-center justify-center">
<img src="https://picsum.photos/200/300?random=3" alt="Random Image" class="rounded-lg mb-4">
<h2 class="text-xl font-bold text-black dark:text-white">Item 3</h2>
<p class="text-gray-600 dark:text-gray-300">This is a description of item 3.</p>
</div>
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-lg p-4 flex flex-col items-center justify-center">
<img src="https://picsum.photos/200/300?random=4" alt="Random Image" class="rounded-lg mb-4">
<h2 class="text-xl font-bold text-black dark:text-white">Item 4</h2>
<p class="text-gray-600 dark:text-gray-300">This is a description of item 4.</p>
</div>
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-lg p-4 flex flex-col items-center justify-center">
<img src="https://picsum.photos/200/300?random=5" alt="Random Image" class="rounded-lg mb-4">
<h2 class="text-xl font-bold text-black dark:text-white">Item 5</h2>
<p class="text-gray-600 dark:text-gray-300">This is a description of item 5.</p>
</div>
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-lg p-4 flex flex-col items-center justify-center">
<img src="https://picsum.photos/200/300?random=6" alt="Random Image" class="rounded-lg mb-4">
<h2 class="text-xl font-bold text-black dark:text-white">Item 6</h2>
<p class="text-gray-600 dark:text-gray-300">This is a description of item 6.</p>
</div>
</div>
</div>
관련 구성 요소
Travel_Booking_Grid_Layout_Component
여행 예약 웹사이트를 위한 복잡하고 반응이 빠른 그리드 레이아웃 구성 요소로, 기업/전문 디자인, 유사한 색 구성표 및 다크 모드를 지원합니다. 목적지 카드, 검색 입력 및 사이드바가 있습니다.
장난기 넘치는 농업 그리드
농업 및 농업 웹사이트를 위한 간단하고 쾌활하며 반응이 빠른 그리드 레이아웃 구성 요소로, 따뜻한 중립색, 둥근 요소 및 다크 모드 지원을 특징으로 합니다.
레트로/빈티지 이커머스 그리드 레이아웃
레트로/빈티지 및 파스텔 톤의 반응형 다크 테마 지원 그리드 레이아웃 구성 요소로, 전자 상거래 제품 디스플레이를 위한 것입니다. Tailwind CSS를 사용하고 모의 이미지와 아바타를 포함합니다.