Content Display Component

A responsive component for showcasing work or products in a dark mode style with a pastel color scheme.

Preview

HTML Code

<div class="bg-gray-800 dark:bg-gray-900 p-6 rounded-lg shadow-lg max-w-md mx-auto">
  <h2 class="text-2xl font-bold text-pink-300 dark:text-pink-200 mb-4">Project Title</h2>
  <img src="https://picsum.photos/400/200" alt="Project Image" class="rounded-lg mb-4 shadow-md">
  <p class="text-gray-300 dark:text-gray-200 mb-4">This is a brief description of the project. It showcases the unique features and the value it brings to users.</p>
  <div class="flex items-center mb-4">
    <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Avatar" class="w-10 h-10 rounded-full mr-2 shadow-lg">
    <span class="text-gray-400 dark:text-gray-200">Posted by John Doe</span>
  </div>
  <a href="#" class="inline-block bg-pink-500 hover:bg-pink-400 text-white font-semibold py-2 px-4 rounded mt-2">View More</a>
</div>

Related Components

Memphis_Content_Display_Component

A complex, responsive content display component for entertainment/media platforms, featuring a Memphis Design style with a black and white color scheme and one bright accent color (fuchsia). Includes dark mode support and placeholder images.

Open

Content Display Components

A simple vintage-style responsive content display component for e-commerce, using a monochromatic color scheme and supporting dark mode.

Open

Pastel3DBlogContentCard

A responsive Content Display Component for blogs or content sections, designed with Tailwind CSS. It features a simple layout with a 3D-inspired aesthetic using shadows and hover effects. The color scheme is soft pastel for light mode, with a compatible dark mode theme. The component includes an image, title, metadata (author/date), excerpt, and a 'Read More' button. Placeholder images are used from picsum.photos and randomuser.me.

Open