Glassmorphism E-commerce Feature Layout Component
Glassmorphism E-commerce Feature Layout Component
HTML Code
<div class="container mx-auto px-4 py-8 dark:bg-gray-900">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-white dark:bg-gray-800 bg-opacity-20 dark:bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-6 shadow-lg">
<img src="https://picsum.photos/400/300" alt="Feature Image 1" class="rounded-lg mb-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2">Feature Title 1</h3>
<p class="text-gray-600 dark:text-gray-300">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<!-- Feature 2 -->
<div class="bg-white dark:bg-gray-800 bg-opacity-20 dark:bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-6 shadow-lg">
<img src="https://picsum.photos/400/300" alt="Feature Image 2" class="rounded-lg mb-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2">Feature Title 2</h3>
<p class="text-gray-600 dark:text-gray-300">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<!-- Feature 3 -->
<div class="bg-white dark:bg-gray-800 bg-opacity-20 dark:bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-6 shadow-lg">
<img src="https://picsum.photos/400/300" alt="Feature Image 3" class="rounded-lg mb-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-white mb-2">Feature Title 3</h3>
<p class="text-gray-600 dark:text-gray-300">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
</div>
</div>
Related Components
Layout Components Component
A layout component designed in a skeuomorphic style that mimics real-world counterparts, with responsive elements and dark theme support using Tailwind CSS.
Social Media Layout Component
A responsive and complex 3D-inspired social media layout component with vibrant colors and dark theme support using Tailwind CSS. It includes a header with a logo and navigation, a main content area with dynamic cards for posts, and a sidebar for user profiles and trending topics. Each element is styled to give a sense of depth and interaction.
Layout Component
A responsive blog layout component designed with Material Design principles, using a monochromatic color scheme and supporting dark mode.