Content Display Component

A responsive content display component styled with Glassmorphism, featuring blurred background and translucent elements with support for dark mode.

Preview

HTML Code

<div class="min-h-screen flex items-center justify-center bg-gray-100 dark:bg-gray-900 p-5">
    <div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg p-6 backdrop-filter backdrop-blur-lg bg-opacity-30 border border-gray-200 dark:border-gray-700">
        <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">Content Display Title</h2>
        <p class="text-gray-600 dark:text-gray-300 mb-4">This component features a glassmorphism style with blurred background and translucent elements.</p>
        <div class="flex items-center space-x-4 mb-4">
            <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Avatar" class="w-10 h-10 rounded-full">
            <div>
                <h3 class="text-lg font-medium text-gray-800 dark:text-white">User Name</h3>
                <span class="text-sm text-gray-500 dark:text-gray-400">User Title</span>
            </div>
        </div>
        <img src="https://picsum.photos/400/200" alt="Random Image" class="rounded-lg mb-4">
        <button class="bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded transition duration-200">Read More</button>
    </div>
</div>

Related Components

Material Design Triadic Dashboard Card

A simple, responsive dashboard content display component with Material Design aesthetics, using a triadic color scheme and dark mode support. Suitable for displaying key metrics or information.

Open

Content Display Component

A content display component featuring glassmorphism design with responsive layout and dark theme support.

Open

Memphis_Muted_Consulting_Content_Display

A content display component for consulting/services, inspired by Memphis design with muted colors and geometric patterns. Responsive with dark mode support.

Open