Components Container Skeuomorphic Container

Skeuomorphic Container

A responsive container component with Skeuomorphism design and dark mode support using Tailwind CSS.

Preview

HTML Code

<div class="container mx-auto p-4 bg-gray-200 dark:bg-gray-800 shadow-lg rounded-lg">
  <div class="bg-white dark:bg-gray-700 p-6 rounded-md shadow-inner">
    <h2 class="text-2xl font-bold mb-4 text-gray-800 dark:text-white">Skeuomorphic Container</h2>
    <p class="text-gray-700 dark:text-gray-300">This is a container with a Skeuomorphic design, featuring a subtle shadow and rounded corners to mimic a physical object. It's also responsive and supports dark mode.</p>
    <div class="mt-4">
      <img src="https://picsum.photos/seed/skeuomorphism/400/200" alt="Placeholder image" class="rounded-md shadow-md">
    </div>
  </div>
</div>

Related Components

Container Component

A skeuomorphic portfolio container component with a dark theme and responsive design, showcasing work and products with interactive elements.

Open

Glassmorphism Portfolio Container

A responsive Glassmorphism Container Component with dark mode support tailored for a portfolio website using Tailwind CSS. It features a frosted glass effect, a triadic color scheme, multiple interactive elements, and uses picsum.photos for images and randomuser.me for avatars.

Open

Container Component

Responsive Container Component with Dark Mode

Open