3D Layout Component
A responsive 3D Design social media layout component featuring a grayscale color scheme. Suitable for social networking interfaces.
HTML Code
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg p-6 mb-6 transform hover:scale-105 transition-transform duration-300">
<div class="flex items-center mb-4">
<img src="https://randomuser.me/api/portraits/men/10.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-md border-2 border-gray-300 dark:border-gray-700">
<h2 class="text-gray-800 dark:text-white text-lg font-semibold ml-4">User Name</h2>
</div>
<div class="mb-4">
<img src="https://picsum.photos/400/200" alt="Post Image" class="rounded-lg shadow-md">
</div>
<div class="text-gray-600 dark:text-gray-300">
<p class="mb-2">This is a simple social media post showcasing a 3D design layout. Engage with your network in style!</p>
</div>
<div class="mt-4 flex space-x-4">
<button class="bg-gray-800 text-white rounded-md px-4 py-2 transition-colors duration-300 hover:bg-gray-600">Like</button>
<button class="bg-gray-800 text-white rounded-md px-4 py-2 transition-colors duration-300 hover:bg-gray-600">Comment</button>
</div>
</div>
Related Components
Neon_Glow_Gaming_Layout
A complex, responsive gaming layout component with neon/glow effects and a grayscale color scheme, supporting dark mode.
Portfolio Layout
A simple responsive layout component for a portfolio focusing on microinteractions with complementary colors, dark mode support, and minimal elements.
Triadic 3D Business Layout Component
A moderate complexity layout component for business/corporate websites, featuring a triadic color scheme and 3D design elements for depth, with full responsiveness and dark mode support.