Log In
BASIC-LIBRARY / SECTION / COLLECTIONS

Collections Four

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-6 flex items-end justify-between gap-4">
      <h2 class="text-2xl font-bold text-gray-800 lg:text-3xl">New Arrivals</h2>
      <a
        href="#"
        class="inline-block transition duration-100 active:bg-gray-200 rounded-lg border bg-white pl-4 pr-4 px-4 pt-2 pb-2 py-2 text-center text-sm font-semibold text-gray-500 outline-none ring-indigo-300 hover:bg-gray-100 focus-visible:ring md:pl-8 md:pr-8 md:px-8 md:pt-3 md:pb-3 md:py-3 md:text-base"
      >
        Show more
      </a>
    </div>
    <div
      class="grid sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-x-4 gap-y-6 md:gap-x-6"
    >
      <div class>
        <a
          href="#"
          class="group block overflow-hidden mb-2 h-96 rounded-lg bg-gray-100 shadow-lg lg:mb-3"
        >
          <img
            src="https://images.unsplash.com/photo-1552374196-1ab2a1c593e8?auto=format&amp;q=75&amp;fit=crop&amp;crop=top&amp;w=600&amp;h=700"
            loading="lazy"
            alt="Photo by Austin Wade"
            class="transition duration-200 group-hover:scale-110 h-full w-full object-cover object-center"
          />
        </a>
        <div class="flex flex-col">
          <span class="text-gray-500">Men</span>
          <a
            href="#"
            class="transition duration-100 text-lg font-bold text-gray-800 hover:text-gray-500 lg:text-xl"
          >
            Executive Layers
          </a>
        </div>
      </div>
      <div class>
        <a
          href="#"
          class="group block overflow-hidden mb-2 h-96 rounded-lg bg-gray-100 shadow-lg lg:mb-3"
        >
          <img
            src="https://images.unsplash.com/photo-1603344797033-f0f4f587ab60?auto=format&amp;q=75&amp;fit=crop&amp;crop=top&amp;w=600&amp;h=700"
            loading="lazy"
            alt="Photo by engin akyurt"
            class="transition duration-200 group-hover:scale-110 h-full w-full object-cover object-center"
          />
        </a>
        <div class="flex flex-col">
          <span class="text-gray-500">Women</span>
          <a
            href="#"
            class="transition duration-100 text-lg font-bold text-gray-800 hover:text-gray-500 lg:text-xl"
          >
            Coastal Bloom
          </a>
        </div>
      </div>
      <div class>
        <a
          href="#"
          class="group block overflow-hidden mb-2 h-96 rounded-lg bg-gray-100 shadow-lg lg:mb-3"
        >
          <img
            src="https://images.unsplash.com/photo-1552668693-d0738e00eca8?auto=format&amp;q=75&amp;fit=crop&amp;crop=top&amp;w=600&amp;h=700"
            loading="lazy"
            alt="Photo by Austin Wade"
            class="transition duration-200 group-hover:scale-110 h-full w-full object-cover object-center"
          />
        </a>
        <div class="flex flex-col">
          <span class="text-gray-500">Men</span>
          <a
            href="#"
            class="transition duration-100 text-lg font-bold text-gray-800 hover:text-gray-500 lg:text-xl"
          >
            Urban Explorer
          </a>
        </div>
      </div>
      <div class>
        <a
          href="#"
          class="group block overflow-hidden mb-2 h-96 rounded-lg bg-gray-100 shadow-lg lg:mb-3"
        >
          <img
            src="https://images.unsplash.com/photo-1560269999-cef6ebd23ad3?auto=format&amp;q=75&amp;fit=crop&amp;w=600&amp;h=700"
            loading="lazy"
            alt="Photo by Austin Wade"
            class="transition duration-200 group-hover:scale-110 h-full w-full object-cover object-center"
          />
        </a>
        <div class="flex flex-col">
          <span class="text-gray-500">Women</span>
          <a
            href="#"
            class="transition duration-100 text-lg font-bold text-gray-800 hover:text-gray-500 lg:text-xl"
          >
            Midnight Clearance
          </a>
        </div>
      </div>
    </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