Log In
BASIC-LIBRARY / SECTION / COLLECTIONS

Collections Six

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"
  >
    <h2
      class="mb-8 text-center text-2xl font-bold text-gray-800 md:mb-12 lg:text-3xl"
    >
      Style Picks
    </h2>
    <div
      class="grid sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4 md:gap-6"
    >
      <div class>
        <a
          href="#"
          class="group relative overflow-hidden flex h-96 items-end rounded-lg bg-gray-100 pt-4 pr-4 pb-4 pl-4 shadow-lg"
        >
          <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 absolute inset-0 h-full w-full object-cover object-center"
          />
          <div
            class="relative flex w-full flex-col rounded-lg bg-white pt-4 pr-4 pb-4 pl-4 text-center"
          >
            <span class="text-gray-500">Men</span>
            <span class="text-lg font-bold text-gray-800 lg:text-xl">
              City Essentials
            </span>
          </div>
        </a>
      </div>
      <div class>
        <a
          href="#"
          class="group relative overflow-hidden flex h-96 items-end rounded-lg bg-gray-100 pt-4 pr-4 pb-4 pl-4 shadow-lg"
        >
          <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 absolute inset-0 h-full w-full object-cover object-center"
          />
          <div
            class="relative flex w-full flex-col rounded-lg bg-white pt-4 pr-4 pb-4 pl-4 text-center"
          >
            <span class="text-gray-500">Women</span>
            <span class="text-lg font-bold text-gray-800 lg:text-xl">
              Breezy Days
            </span>
          </div>
        </a>
      </div>
      <div class>
        <a
          href="#"
          class="group relative overflow-hidden flex h-96 items-end rounded-lg bg-gray-100 pt-4 pr-4 pb-4 pl-4 shadow-lg"
        >
          <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 absolute inset-0 h-full w-full object-cover object-center"
          />
          <div
            class="relative flex w-full flex-col rounded-lg bg-white pt-4 pr-4 pb-4 pl-4 text-center"
          >
            <span class="text-gray-500">Men</span>
            <span class="text-lg font-bold text-gray-800 lg:text-xl">
              Downtown Edge
            </span>
          </div>
        </a>
      </div>
      <div class>
        <a
          href="#"
          class="group relative overflow-hidden flex h-96 items-end rounded-lg bg-gray-100 pt-4 pr-4 pb-4 pl-4 shadow-lg"
        >
          <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 absolute inset-0 h-full w-full object-cover object-center"
          />
          <div
            class="relative flex w-full flex-col rounded-lg bg-white pt-4 pr-4 pb-4 pl-4 text-center"
          >
            <span class="text-gray-500">Women</span>
            <span class="text-lg font-bold text-gray-800 lg:text-xl">
              Final Finds
            </span>
          </div>
        </a>
      </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