Log In
BASIC-LIBRARY / SECTION / COLLECTIONS

Collections Five

Preview Code
Quick edit
<div
  class="bg-white pt-6 pb-6 py-6 sm:pt-8 sm:pb-8 sm:py-8 lg:pt-12 lg:pb-12 lg:py-12"
>
  <div
    class="ml-auto mr-auto mx-auto max-w-screen-2xl pl-4 pr-4 px-4 md:pl-8 md:pr-8 md:px-8"
  >
    <div class="mb-10 md:mb-16">
      <h2
        class="mb-4 text-center text-2xl font-bold text-gray-800 md:mb-6 lg:text-3xl"
      >
        Curated Spaces
      </h2>
      <p
        class="ml-auto mr-auto mx-auto max-w-screen-md text-center text-gray-500 md:text-lg"
      >
        Discover thoughtfully crafted design themes that inspire comfort,
        creativity, and a sense of place in every room.
      </p>
    </div>
    <div class="grid sm:grid-cols-2 gap-6">
      <a
        href="#"
        class="group relative overflow-hidden flex h-80 items-end rounded-lg bg-gray-100 pt-4 pr-4 pb-4 pl-4 shadow-lg"
      >
        <img
          src="https://images.unsplash.com/photo-1620243318482-fdd2affd7a38?auto=format&amp;q=75&amp;fit=crop&amp;w=750"
          loading="lazy"
          alt="Photo by Fakurian Design"
          class="transition duration-200 group-hover:scale-110 absolute inset-0 h-full w-full object-cover object-center"
        />
        <div
          class="pointer-events-none bg-gradient-to-t from-gray-800 via-transparent to-transparent absolute inset-0 opacity-50"
        ></div>
        <div class="relative flex flex-col">
          <span class="text-gray-300">Interior</span>
          <span class="text-lg font-semibold text-white lg:text-xl">
            Nordic Accents
          </span>
        </div>
      </a>
      <a
        href="#"
        class="group relative overflow-hidden flex h-80 items-end rounded-lg bg-gray-100 pt-4 pr-4 pb-4 pl-4 shadow-lg"
      >
        <img
          src="https://images.unsplash.com/photo-1620241608701-94ef138c7ec9?auto=format&amp;q=75&amp;fit=crop&amp;w=750"
          loading="lazy"
          alt="Photo by Fakurian Design"
          class="transition duration-200 group-hover:scale-110 absolute inset-0 h-full w-full object-cover object-center"
        />
        <div
          class="pointer-events-none bg-gradient-to-t from-gray-800 via-transparent to-transparent absolute inset-0 opacity-50"
        ></div>
        <div class="relative flex flex-col">
          <span class="text-gray-300">Studio</span>
          <span class="text-lg font-semibold text-white lg:text-xl">
            Minimal Luxe
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account