Advertisement
LukeSavefrogs

Untitled

Feb 18th, 2024 (edited)
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <div class="flex flex-col items-center bg-white border border-gray-200 rounded-lg shadow md:flex-row md:max-w-xl dark:border-gray-700 dark:bg-gray-800">
  2.  
  3.   <figure id="profile-image" class="object-cover w-full rounded-t-lg h-96 md:h-auto md:w-48 md:rounded-none md:rounded-s-lg">
  4.       <img src="https://images.pexels.com/photos/1024984/pexels-photo-1024984.jpeg" alt="" />
  5.   </figure>
  6.  
  7.   <div class="flex flex-col justify-between p-4 leading-normal">
  8.     <h5 class="mb-2 text-2xl font-bold tracking-tight text-accent dark:text-white">{title}</h5>
  9.     <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">{description}</p>
  10.   </div>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement