Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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">
- <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">
- <img src="https://images.pexels.com/photos/1024984/pexels-photo-1024984.jpeg" alt="" />
- </figure>
- <div class="flex flex-col justify-between p-4 leading-normal">
- <h5 class="mb-2 text-2xl font-bold tracking-tight text-accent dark:text-white">{title}</h5>
- <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">{description}</p>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement