Container Component 30
A responsive 3D design container component that incorporates three-dimensional elements for depth and engagement with dark theme support.
HTML Code
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg overflow-hidden transform transition-transform duration-300 hover:scale-105">
<div class="p-6">
<h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">3D Design Container</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">This container showcases a 3D design style with engaging depth. It looks appealing in both light and dark themes.</p>
<div class="flex items-center">
<img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
<div>
<h3 class="text-lg font-semibold text-gray-800 dark:text-white">John Doe</h3>
<p class="text-gray-500 dark:text-gray-400">User Role</p>
</div>
</div>
</div>
<div class="relative overflow-hidden">
<img class="w-full h-48 object-cover transform transition-transform duration-300"
src="https://picsum.photos/800/400?random=1" alt="Random Image">
<div class="absolute inset-0 bg-gradient-to-t from-black opacity-30"></div>
</div>
</div>
Related Components
Container Component (Dashboard, 'Dashboard')
Responsive Container Component with dark theme support, designed for dashboards with microinteractions and an analogous color scheme.
3D Grayscale Business Container
3D Grayscale Container Component for Business/Corporate Websites
Container Component
A simple, responsive dashboard container with engaging microinteractions and a dark theme, focusing on analogous colors.