Created
September 29, 2022 04:18
-
-
Save AhmedNadar/75060f2ff3f9cad2fedbbead76ee0223 to your computer and use it in GitHub Desktop.
Blog post TailwindCSS style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="px-4 py-16 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8 lg:py-20"> | |
<div class="grid gap-8 lg:grid-cols-3 sm:max-w-sm sm:mx-auto lg:max-w-full"> | |
<div class="flex"> | |
<div class="pt-1 mr-6 text-center"> | |
<div class="px-2 pb-1 mb-1 border-b border-gray-400"> | |
<p class="text-sm text-blue-500">Jul</p> | |
</div> | |
<div class="px-2"><p class="text-lg font-bold">18</p></div> | |
</div> | |
<div> | |
<div class="mb-2"> | |
<a href="/" class="text-xs font-semibold tracking-wide uppercase transition-colors duration-200 text-purple-400 hover:text-purple-800" aria-label="Category" title="Delevopment">Delevopment</a> | |
</div> | |
<div class="mb-2"> | |
<a href="/" aria-label="Article" class="inline-block text-2xl font-bold leading-5 text-black transition-colors duration-200 hover:text-purple-400">Why I love Laravel</a> | |
</div> | |
<p class="mb-5 text-gray-700"> | |
Sed ut perspiciatis unde omnis iste natus error sit sed quia consequuntur magni voluptatem doloremque. | |
</p> | |
<div class="flex items-center"> | |
<a href="/" aria-label="Author" title="Author" class="mr-3"> | |
<img src="https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="avatar" class="object-cover w-10 h-10 rounded-full shadow-sm" /> | |
</a> | |
<div> | |
<a href="/" aria-label="Author" title="Author" class="font-semibold text-gray-800 transition-colors duration-200 hover:text-purple-400">Petru Vîrtos</a> | |
<p class="text-sm font-medium leading-4 text-gray-600">Author</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="pt-1 mr-6 text-center"> | |
<div class="px-2 pb-1 mb-1 border-b border-gray-400"> | |
<p class="text-sm text-blue-500">May</p> | |
</div> | |
<div class="px-2"><p class="text-lg font-bold">6</p></div> | |
</div> | |
<div> | |
<div class="mb-2"> | |
<a href="/" class="text-xs font-semibold tracking-wide uppercase transition-colors duration-200 text-purple-400 hover:text-purple-800" aria-label="Category" title="Food & Snacks">Food & Snacks</a> | |
</div> | |
<div class="mb-2"> | |
<a href="/" aria-label="Article" class="inline-block text-2xl font-bold leading-5 text-black transition-colors duration-200 hover:text-purple-400">Pizza, you should try it</a> | |
</div> | |
<p class="mb-5 text-gray-700"> | |
Sed ut perspiciatis unde omnis iste natus error sit sed quia consequuntur magni voluptatem doloremque. | |
</p> | |
<div class="flex items-center"> | |
<a href="/" aria-label="Author" title="Author" class="mr-3"> | |
<img src="https://images.pexels.com/photos/91227/pexels-photo-91227.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260" alt="avatar" class="object-cover w-10 h-10 rounded-full shadow-sm" /> | |
</a> | |
<div> | |
<a href="/" aria-label="Author" title="Author" class="font-semibold text-gray-800 transition-colors duration-200 hover:text-purple-400">Alex Stratulat</a> | |
<p class="text-sm font-medium leading-4 text-gray-600">Author</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="pt-1 mr-6 text-center"> | |
<div class="px-2 pb-1 mb-1 border-b border-gray-400"> | |
<p class="text-sm text-blue-gray-700">Feb</p> | |
</div> | |
<div class="px-2"><p class="text-lg font-bold">27</p></div> | |
</div> | |
<div> | |
<div class="mb-2"> | |
<a href="/" class="text-xs font-semibold tracking-wide uppercase transition-colors duration-200 text-deep-purple-accent-400 hover:text-deep-purple-800" aria-label="Category" title="Out of this world">Out of this world</a> | |
</div> | |
<div class="mb-2"> | |
<a href="/" aria-label="Article" class="inline-block text-2xl font-bold leading-5 text-black transition-colors duration-200 hover:text-deep-purple-accent-400">Whatever, just feed me</a> | |
</div> | |
<p class="mb-5 text-gray-700"> | |
Sed ut perspiciatis unde omnis iste natus error sit sed quia consequuntur magni voluptatem doloremque. | |
</p> | |
<div class="flex items-center"> | |
<a href="/" aria-label="Author" title="Author" class="mr-3"> | |
<img src="https://images.pexels.com/photos/104827/cat-pet-animal-domestic-104827.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" alt="avatar" class="object-cover w-10 h-10 rounded-full shadow-sm" /> | |
</a> | |
<div> | |
<a href="/" aria-label="Author" title="Author" class="font-semibold text-gray-800 transition-colors duration-200 hover:text-deep-purple-accent-400">Susie the Cat</a> | |
<p class="text-sm font-medium leading-4 text-gray-600">Author</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment