3D Layout Component

A responsive 3D Design social media layout component featuring a grayscale color scheme. Suitable for social networking interfaces.

Preview

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

Layout Components Component

A responsive portfolio layout component styled with a retro/vintage design aesthetic, utilizing an analogous color scheme and designed for medium complexity with interactive features for showcasing work or products.

Open

Layout Components Component 40

A responsive layout component featuring microinteractions with engaging animations. It includes a card structure with user interactions such as hover effects, scaling, and dark theme adjustments.

Open

Neumorphism Portfolio Layout

A simple, responsive Neumorphism layout for a portfolio, supporting dark mode.

Open