Components Cards Skeuomorphism Card Component

Skeuomorphism Card Component

A responsive Skeuomorphism-style card component with dark mode support using Tailwind CSS. It includes placeholder images and avatars.

Preview

HTML Code

<div class="dark:bg-gray-900 dark:text-white bg-gray-200 text-gray-800 p-6 rounded-lg shadow-xl dark:shadow-2xl max-w-sm mx-auto my-8">
  <div class="relative">
    <img class="w-full h-48 object-cover rounded-md shadow-md transform transition duration-500 hover:scale-105" src="https://picsum.photos/400/300" alt="Placeholder image">
    <div class="absolute bottom-0 right-0 -mb-4 mr-4">
      <img class="w-10 h-10 rounded-full border-2 border-white shadow-lg" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar">
    </div>
  </div>
  <div class="mt-6">
    <h2 class="text-xl font-bold mb-2 dark:text-white text-gray-800">Skeuomorphic Card</h2>
    <p class="text-gray-700 dark:text-gray-300">
      This is a Skeuomorphism-inspired card with responsive effects and dark theme support utilizing Tailwind CSS.
    </p>
  </div>
  <div class="mt-4 flex justify-between items-center">
    <span class="text-sm text-gray-600 dark:text-gray-400">Posted on October 26, 2023</span>
    <button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded-full shadow-md hover:shadow-lg transition duration-300 dark:bg-blue-700 dark:hover:bg-blue-600">
      Read More
    </button>
  </div>
</div>

Related Components

Cards Component

A complex cards component designed for dark mode, suitable for blog and content consumption with a triadic color scheme.

Open

Skeuomorphic_Crypto_Cards

A set of responsive, skeuomorphic cards designed for cryptocurrency or blockchain applications. Features pastel colors, subtle shadows and highlights, and dark mode support.

Open

Luxury_Sepia_SaaS_Cards_Component

A complex, responsive cards component with a luxury/premium design style, sepia/brown color scheme, optimized for Technology/SaaS applications, including dark mode support and interactive elements.

Open