Components Media Components Retro Media Component

Retro Media Component

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

Preview

HTML Code

<div class="bg-gray-200 dark:bg-gray-800 p-6 rounded-lg shadow-md transform hover:scale-105 transition duration-300">
  <img class="w-full h-48 object-cover rounded-t-lg mb-4" src="https://picsum.photos/seed/retro/600/400" alt="Retro Image">
  <div class="text-gray-700 dark:text-gray-300">
    <h2 class="text-xl font-bold mb-2">Retro Media Title</h2>
    <p class="text-base mb-4">This is a description of the retro media component, evoking a sense of nostalgia with its vintage design and colors.</p>
    <div class="flex items-center text-sm">
      <img class="w-8 h-8 rounded-full mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Author Avatar">
      <span>By John Doe</span>
      <span class="ml-auto">Posted on 1995-10-26</span>
    </div>
  </div>
</div>

Related Components

Media Components Component 2

A retro/vintage styled media component featuring a nostalgic design inspired by 80s/90s aesthetics, with responsive effects and dark theme support, using Tailwind CSS.

Open

Media Components Component

A responsive media component inspired by retro/vintage design styles, featuring nostalgic aesthetics from the 80s/90s. It supports dark theme with Tailwind CSS and includes placeholder images and avatars.

Open

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