|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <script src="https://cdn.tailwindcss.com"></script> |
| 7 | + <title>Document</title> |
| 8 | + </head> |
| 9 | + <body class="bg-black"> |
| 10 | + <!-- Component By Anoop2005 --> |
| 11 | + <!-- Compnent start's here --> |
| 12 | + |
| 13 | + <div class="flex items-center justify-center"> |
| 14 | + <div class="grid grid-cols-2 gap-5 justify-center items-center"> |
| 15 | + <div |
| 16 | + class="card w-48 hover:shadow-none items-center h-max bg-sky-500 border-4 border-black rounded-lg shadow-[4px_4px_0px_rgb(0,0,1)] dark:shadow-neutral-500 dark:border-white" |
| 17 | + > |
| 18 | + <div class="px-6 py-5 text-left h-full"> |
| 19 | + <p class="text-base mb-4">October 5th, 2024</p> |
| 20 | + <h1 class="text-[32px] mb-4">Card Title</h1> |
| 21 | + <p class="text-xs mb-4 line-clamp-4"> |
| 22 | + Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta |
| 23 | + fuga et aspernatur illum unde eum veritatis debitis ex, aperiam |
| 24 | + aliquid neque quaerat quae officiis ut, deserunt saepe? Dolore, |
| 25 | + veniam eius! |
| 26 | + </p> |
| 27 | + <strong class="cursor-pointer">Read More</strong> |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + <div |
| 31 | + class="card w-48 hover:shadow-none items-center h-max bg-emerald-500 border-4 border-black rounded-lg shadow-[4px_4px_0px_rgb(0,0,1)] dark:shadow-neutral-500 dark:border-white" |
| 32 | + > |
| 33 | + <div class="px-6 py-5 text-left h-full"> |
| 34 | + <p class="text-base mb-4">October 5th, 2024</p> |
| 35 | + <h1 class="text-[32px] mb-4">Card Title</h1> |
| 36 | + <p class="text-xs mb-4 line-clamp-4"> |
| 37 | + Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta |
| 38 | + fuga et aspernatur illum unde eum veritatis debitis ex, aperiam |
| 39 | + aliquid neque quaerat quae officiis ut, deserunt saepe? Dolore, |
| 40 | + veniam eius! |
| 41 | + </p> |
| 42 | + <strong class="cursor-pointer">Read More</strong> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + <div |
| 46 | + class="card w-48 hover:shadow-none items-center h-max bg-amber-500 border-4 border-black rounded-lg shadow-[4px_4px_0px_rgb(0,0,1)] dark:shadow-neutral-500 dark:border-white" |
| 47 | + > |
| 48 | + <div class="px-6 py-5 text-left h-full"> |
| 49 | + <p class="text-base mb-4">October 5th, 2024</p> |
| 50 | + <h1 class="text-[32px] mb-4">Card Title</h1> |
| 51 | + <p class="text-xs mb-4 line-clamp-4"> |
| 52 | + Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta |
| 53 | + fuga et aspernatur illum unde eum veritatis debitis ex, aperiam |
| 54 | + aliquid neque quaerat quae officiis ut, deserunt saepe? Dolore, |
| 55 | + veniam eius! |
| 56 | + </p> |
| 57 | + <strong class="cursor-pointer">Read More</strong> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + <div |
| 61 | + class="card w-48 hover:shadow-none items-center h-max bg-pink-500 border-4 border-black rounded-lg shadow-[4px_4px_0px_rgb(0,0,1)] dark:shadow-neutral-500 dark:border-white" |
| 62 | + > |
| 63 | + <div class="px-6 py-5 text-left h-full"> |
| 64 | + <p class="text-base mb-4">October 5th, 2024</p> |
| 65 | + <h1 class="text-[32px] mb-4">Card Title</h1> |
| 66 | + <p class="text-xs mb-4 line-clamp-4"> |
| 67 | + Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta |
| 68 | + fuga et aspernatur illum unde eum veritatis debitis ex, aperiam |
| 69 | + aliquid neque quaerat quae officiis ut, deserunt saepe? Dolore, |
| 70 | + veniam eius! |
| 71 | + </p> |
| 72 | + <strong class="cursor-pointer">Read More</strong> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + |
| 78 | + <!-- Component end's here--> |
| 79 | + </body> |
| 80 | +</html> |
0 commit comments