브루탈리즘 그리드 레이아웃
반응형 그리드 레이아웃 구성 요소는 고대비, 특이한 레이아웃 및 어두운 테마 지원을 갖춘 브루탈리즘 디자인 스타일을 특징으로 합니다.
HTML 코드
<div class="container mx-auto p-4">
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 shadow-lg rounded-lg overflow-hidden">
<img src="https://picsum.photos/200/200?random=1" alt="Random Image" class="w-full h-48 object-cover">
<div class="p-4">
<h2 class="text-xl font-bold text-black dark:text-white">Brutalist Block 1</h2>
<p class="text-gray-700 dark:text-gray-300">This is a description for the first block. It's intentionally raw and bold.</p>
</div>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 shadow-lg rounded-lg overflow-hidden">
<img src="https://picsum.photos/200/200?random=2" alt="Random Image" class="w-full h-48 object-cover">
<div class="p-4">
<h2 class="text-xl font-bold text-black dark:text-white">Brutalist Block 2</h2>
<p class="text-gray-700 dark:text-gray-300">This is a description for the second block. Explore the unusual layout!</p>
</div>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 shadow-lg rounded-lg overflow-hidden">
<img src="https://picsum.photos/200/200?random=3" alt="Random Image" class="w-full h-48 object-cover">
<div class="p-4">
<h2 class="text-xl font-bold text-black dark:text-white">Brutalist Block 3</h2>
<p class="text-gray-700 dark:text-gray-300">A bold statement piece in the grid. Unconventional and striking.</p>
</div>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 shadow-lg rounded-lg overflow-hidden">
<img src="https://picsum.photos/200/200?random=4" alt="Random Image" class="w-full h-48 object-cover">
<div class="p-4">
<h2 class="text-xl font-bold text-black dark:text-white">Brutalist Block 4</h2>
<p class="text-gray-700 dark:text-gray-300">Another block to emphasize the raw beauty of brutalism.</p>
</div>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 shadow-lg rounded-lg overflow-hidden">
<img src="https://picsum.photos/200/200?random=5" alt="Random Image" class="w-full h-48 object-cover">
<div class="p-4">
<h2 class="text-xl font-bold text-black dark:text-white">Brutalist Block 5</h2>
<p class="text-gray-700 dark:text-gray-300">Each block tells a story through its design and layout.</p>
</div>
</div>
<div class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 shadow-lg rounded-lg overflow-hidden">
<img src="https://picsum.photos/200/200?random=6" alt="Random Image" class="w-full h-48 object-cover">
<div class="p-4">
<h2 class="text-xl font-bold text-black dark:text-white">Brutalist Block 6</h2>
<p class="text-gray-700 dark:text-gray-300">Exploring textures and contrasts in brutalist design.</p>
</div>
</div>
</div>
</div>
<style>
.dark .border-gray-300 { border-color: gray; }
.dark .text-gray-700 { color: #e5e7eb; }
</style>
관련 구성 요소
Travel_Booking_Grid_Layout_Component
여행 예약 웹사이트를 위한 복잡하고 반응이 빠른 그리드 레이아웃 구성 요소로, 기업/전문 디자인, 유사한 색 구성표 및 다크 모드를 지원합니다. 목적지 카드, 검색 입력 및 사이드바가 있습니다.
모노스페이스/개발자 - 음악/오디오 그리드 레이아웃 컴포넌트
음악/오디오 플랫폼을 위한 간단하고 반응이 빠른 그리드 레이아웃 구성 요소로, 따뜻한 중립을 사용하여 고정공간/개발자 미학으로 설계되었습니다. 다크 모드 지원이 포함됩니다.