test.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <section class="text-gray-600 body-font">
  2. <div class="container px-5 py-24 mx-auto">
  3. <div class="flex flex-wrap -mx-4 -mb-10 text-center">
  4. <div class="sm:w-1/2 mb-10 px-4">
  5. <div class="rounded-lg h-64 overflow-hidden">
  6. <img
  7. alt="content"
  8. class="object-cover object-center h-full w-full"
  9. src="https://dummyimage.com/1201x501"
  10. />
  11. </div>
  12. <h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">
  13. Buy YouTube Videos
  14. </h2>
  15. <p class="leading-relaxed text-base">
  16. Williamsburg occupy sustainable snackwave gochujang. Pinterest
  17. cornhole brunch, slow-carb neutra irony.
  18. </p>
  19. <button
  20. class="flex mx-auto mt-6 text-white bg-indigo-500 border-0 py-2 px-5 focus:outline-none hover:bg-indigo-600 rounded"
  21. >
  22. Button
  23. </button>
  24. </div>
  25. <div class="sm:w-1/2 mb-10 px-4">
  26. <div class="rounded-lg h-64 overflow-hidden">
  27. <img
  28. alt="content"
  29. class="object-cover object-center h-full w-full"
  30. src="https://dummyimage.com/1202x502"
  31. />
  32. </div>
  33. <h2 class="title-font text-2xl font-medium text-gray-900 mt-6 mb-3">
  34. The Catalyzer
  35. </h2>
  36. <p class="leading-relaxed text-base">
  37. Williamsburg occupy sustainable snackwave gochujang. Pinterest
  38. cornhole brunch, slow-carb neutra irony.
  39. </p>
  40. <button
  41. class="flex mx-auto mt-6 text-white bg-indigo-500 border-0 py-2 px-5 focus:outline-none hover:bg-indigo-600 rounded"
  42. >
  43. Button
  44. </button>
  45. </div>
  46. </div>
  47. </div>
  48. </section>