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.
HTML Code
<div class="max-w-2xl mx-auto bg-gray-900 text-gray-100 p-6 rounded-lg shadow-md">
<img class="w-full h-48 rounded-lg object-cover mb-4" src="https://picsum.photos/800/400" alt="Media Content">
<h2 class="text-2xl font-bold mb-2">Article Title</h2>
<p class="text-gray-400 mb-4">This is a short description of the content that provides a brief overview of what the article is about.</p>
<div class="flex items-center mt-4">
<img class="w-10 h-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Author Avatar">
<div>
<p class="text-sm font-semibold">John Doe</p>
<p class="text-xs text-gray-500">Published on January 1, 2023</p>
</div>
</div>
</div>
Related Components
Brutalism Pastel Media Component
A simple, brutalist media component with a pastel color scheme, designed for a blog. Responsive with dark mode support.
Media Components Component
A complex, responsive, dark-mode compatible social media media component with a Glassmorphism style using vibrant colors.
Skeuomorphism Media Component
Skeuomorphism-inspired Media Component using Monochromatic color scheme and Complex complexity level, tailored for Blog/Content purposes. Features include responsive design and dark theme support without JavaScript.