Log In
BASIC-LIBRARY / SECTION / COLLECTIONS

Collections Nine

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-4 text-center text-2xl font-bold text-gray-800 md:mb-8 lg:text-3xl xl:mb-12"
    >
      Media Highlights
    </h2>
    <div
      class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 mb-4 gap-4 md:mb-8 md:gap-6 xl:gap-8"
    >
      <a
        href="#"
        class="group relative overflow-hidden flex h-48 items-end rounded-lg bg-gray-100 shadow-lg md:h-80"
      >
        <img
          src="https://images.unsplash.com/photo-1593508512255-86ab42a8e620?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
          loading="lazy"
          alt="Photo by Minh Pham"
          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>
        <span
          class="relative inline-block ml-4 mb-3 text-sm text-white md:ml-5 md:text-lg"
        >
          Immersion
        </span>
      </a>
      <a
        href="#"
        class="group relative overflow-hidden flex h-48 items-end rounded-lg bg-gray-100 shadow-lg md:h-80"
      >
        <img
          src="https://images.unsplash.com/photo-1542759564-7ccbb6ac450a?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
          loading="lazy"
          alt="Photo by Magicle"
          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>
        <span
          class="relative inline-block ml-4 mb-3 text-sm text-white md:ml-5 md:text-lg"
        >
          Interface
        </span>
      </a>
      <a
        href="#"
        class="group relative overflow-hidden flex h-48 items-end rounded-lg bg-gray-100 shadow-lg md:h-80"
      >
        <img
          src="https://images.unsplash.com/photo-1610465299996-30f240ac2b1c?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
          loading="lazy"
          alt="Photo by Martin Sanchez"
          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>
        <span
          class="relative inline-block ml-4 mb-3 text-sm text-white md:ml-5 md:text-lg"
        >
          Logic
        </span>
      </a>
      <a
        href="#"
        class="group relative overflow-hidden flex h-48 items-end rounded-lg bg-gray-100 shadow-lg md:h-80"
      >
        <img
          src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
          loading="lazy"
          alt="Photo by Lorenzo Herrera"
          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>
        <span
          class="relative inline-block ml-4 mb-3 text-sm text-white md:ml-5 md:text-lg"
        >
          Vintage
        </span>
      </a>
    </div>
    <div class="flex items-start justify-between gap-8 sm:items-center">
      <p class="max-w-screen-sm text-sm text-gray-500 lg:text-base">
        Dive into our curated selection of visuals capturing innovation,
        nostalgia, and emerging trends across tech and design landscapes.
      </p>
      <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"
      >
        More
      </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