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
A responsive Container Component with microinteractions that features engaging animations reacting to user actions, supports dark mode, and uses Tailwind CSS.
Container Component
A retro/vintage styled container component for portfolios, with a monochromatic color scheme and dark mode support.
3D Container Component
A responsive container component for dashboards with a vibrant color scheme and 3D design elements, supporting dark mode.