Components Media Components Brutalism Pastel Media Component

Brutalism Pastel Media Component

A simple, brutalist media component with a pastel color scheme, designed for a blog. Responsive with dark mode support.

Preview

HTML Code

<div class="max-w-sm mx-auto bg-white border border-black shadow-brutalism overflow-hidden mb-4 dark:bg-gray-800 dark:border-gray-600">
  <img class="w-full h-48 object-cover" src="https://picsum.photos/seed/picsum/400/200" alt="Placeholder Image">
  <div class="p-4">
    <div class="font-bold text-xl mb-2 text-black dark:text-white">Media Component Title</div>
    <p class="text-gray-700 text-base dark:text-gray-300">
      This is a simple brutalist media component using pastel colors. It is responsive and supports dark mode.
    </p>
    <div class="mt-4 flex items-center">
      <img class="w-8 h-8 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar of Author">
      <div class="text-sm">
        <p class="text-gray-900 leading-none dark:text-white">Author Name</p>
        <p class="text-gray-600 dark:text-gray-400">Date</p>
      </div>
    </div>
  </div>
</div>

Related Components

Cyberpunk_Dating_Media_Component

A responsive media component for dating/social platforms with a cyberpunk aesthetic, featuring bright candy colors, dark backgrounds, and interactive elements. Supports dark mode.

Open

Media Components Component

A complex, responsive media component for blog content consumption, styled in dark mode with a monochromatic color scheme. It includes an image, title, description, and author avatar.

Open

Retro Media Component

A responsive media component with a retro/vintage design, supports dark mode.

Open