组件 网格布局 简单粗野主义网格布局

简单粗野主义网格布局

一个简单的响应式粗野主义网格布局组件,具有土色调和深色模式支持,适合商业网站。

预览

HTML 代码

<div class="container mx-auto p-4 bg-stone-100 dark:bg-stone-900 text-stone-900 dark:text-stone-100">
  <div class="grid grid-cols-1 md:grid-cols-2 gap-4 border-4 border-stone-900 dark:border-stone-100">
    <div class="p-4 bg-stone-300 dark:bg-stone-700 border-4 border-stone-900 dark:border-stone-100">
      <h2 class="text-xl font-bold mb-2">Section 1</h2>
      <p>This is the first section of our brutalist grid layout. It features a strong border and contrasting background colors for visual impact.</p>
    </div>
    <div class="p-4 bg-stone-300 dark:bg-stone-700 border-4 border-stone-900 dark:border-stone-100">
      <h2 class="text-xl font-bold mb-2">Section 2</h2>
      <p>The second section maintains the same bold styling, showcasing how we can use simple elements to create a powerful design aesthetic.</p>
    </div>
    <div class="p-4 bg-stone-300 dark:bg-stone-700 border-4 border-stone-900 dark:border-stone-100">
      <h2 class="text-xl font-bold mb-2">Section 3</h2>
      <p>Our third section continues the theme, demonstrating the versatility of this simple grid structure for organizing content effectively.</p>
    </div>
    <div class="p-4 bg-stone-300 dark:bg-stone-700 border-4 border-stone-900 dark:border-stone-100">
      <h2 class="text-xl font-bold mb-2">Section 4</h2>
      <p>The final section completes the layout, reinforcing the brutalist design principles with stark contrasts and clear visual separation.</p>
    </div>
  </div>
</div>

相关组件

赛博朋克 CRM 网格

用于 CRM/业务工具的响应式网格布局组件,具有赛博朋克未来主义霓虹灯美学,具有深色背景和温暖的日落强调色。包括交互元素和深色模式支持。

打开

Course_Grid_Layout_Component

适用于教育平台的响应式且具有视觉吸引力的网格布局组件,具有具有暖日落色调的课程卡、Material Design 阴影和深色模式支持。

打开

网格布局组件

一个具有复古/老式设计的响应式网格布局组件,具有怀旧的80年代/90年代美学。该组件包含占位符图像和头像,并支持暗模式。

打开