Benutzer:Nöth: Unterschied zwischen den Versionen

Aus Stadtsprachen
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
</head>
</head>
<body>
<body>
   <h1 class="text-3xl font-bold underline">
<div class="bg-white py-6 sm:py-8 lg:py-12">
     Hello world!
   <div class="mx-auto max-w-screen-2xl px-4 md:px-8">
   </h1>
    <!-- text - start -->
    <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">Blog</h2>
 
      <p class="mx-auto max-w-screen-md text-center text-gray-500 md:text-lg">This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random or otherwise generated.</p>
    </div>
     <!-- text - end -->
 
    <div class="grid gap-4 sm:grid-cols-2 md:gap-6 lg:grid-cols-3 xl:grid-cols-4 xl:gap-8">
      <!-- article - start -->
      <a href="#" class="group relative flex h-48 flex-col overflow-hidden rounded-lg bg-gray-100 shadow-lg md:h-64 xl:h-96">
        <img src="https://images.unsplash.com/photo-1593508512255-86ab42a8e620?auto=format&q=75&fit=crop&w=600" loading="lazy" alt="Photo by Minh Pham" class="absolute inset-0 h-full w-full object-cover object-center transition duration-200 group-hover:scale-110" />
 
        <div class="pointer-events-none absolute inset-0 bg-gradient-to-t from-gray-800 to-transparent md:via-transparent"></div>
 
        <div class="relative mt-auto p-4">
          <span class="block text-sm text-gray-200">July 19, 2021</span>
          <h2 class="mb-2 text-xl font-semibold text-white transition duration-100">New trends in Tech</h2>
 
          <span class="font-semibold text-indigo-300">Read more</span>
        </div>
      </a>
      <!-- article - end -->
 
      <!-- article - start -->
      <a href="#" class="group relative flex h-48 flex-col overflow-hidden rounded-lg bg-gray-100 shadow-lg md:h-64 xl:h-96">
        <img src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&q=75&fit=crop&w=600" loading="lazy" alt="Photo by Lorenzo Herrera" class="absolute inset-0 h-full w-full object-cover object-center transition duration-200 group-hover:scale-110" />
 
        <div class="pointer-events-none absolute inset-0 bg-gradient-to-t from-gray-800 to-transparent md:via-transparent"></div>
 
        <div class="relative mt-auto p-4">
          <span class="block text-sm text-gray-200">April 07, 2021</span>
          <h2 class="mb-2 text-xl font-semibold text-white transition duration-100">Working with legacy stacks</h2>
 
          <span class="font-semibold text-indigo-300">Read more</span>
        </div>
      </a>
      <!-- article - end -->
 
      <!-- article - start -->
      <a href="#" class="group relative flex h-48 flex-col overflow-hidden rounded-lg bg-gray-100 shadow-lg md:h-64 xl:h-96">
        <img src="https://images.unsplash.com/photo-1542759564-7ccbb6ac450a?auto=format&q=75&fit=crop&w=600" loading="lazy" alt="Photo by Magicle" class="absolute inset-0 h-full w-full object-cover object-center transition duration-200 group-hover:scale-110" />
 
        <div class="pointer-events-none absolute inset-0 bg-gradient-to-t from-gray-800 to-transparent md:via-transparent"></div>
 
        <div class="relative mt-auto p-4">
          <span class="block text-sm text-gray-200">March 15, 2021</span>
          <h2 class="mb-2 text-xl font-semibold text-white transition duration-100">10 best smartphones for devs</h2>
 
          <span class="font-semibold text-indigo-300">Read more</span>
        </div>
      </a>
      <!-- article - end -->
 
      <!-- article - start -->
      <a href="#" class="group relative flex h-48 flex-col overflow-hidden rounded-lg bg-gray-100 shadow-lg md:h-64 xl:h-96">
        <img src="https://images.unsplash.com/photo-1610465299996-30f240ac2b1c?auto=format&q=75&fit=crop&w=600" loading="lazy" alt="Photo by Martin Sanchez" class="absolute inset-0 h-full w-full object-cover object-center transition duration-200 group-hover:scale-110" />
 
        <div class="pointer-events-none absolute inset-0 bg-gradient-to-t from-gray-800 to-transparent md:via-transparent"></div>
 
        <div class="relative mt-auto p-4">
          <span class="block text-sm text-gray-200">January 27, 2021</span>
          <h2 class="mb-2 text-xl font-semibold text-white transition duration-100">8 High performance Notebooks</h2>
 
          <span class="font-semibold text-indigo-300">Read more</span>
        </div>
      </a>
      <!-- article - end -->
    </div>
   </div>
</div>
</body>
</body>
</html>
</html>

Version vom 12. Oktober 2023, 09:19 Uhr

Blog

This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random or otherwise generated.