Advertisement
LivvyAh

MODULAR: Image in Text 1.0

Apr 18th, 2020 (edited)
1,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <!-- IMAGE IN TEXT START
  2. It's a text box, what else do you want from me.
  3. <p></p> is for paragraph breaks. <br> is for break breaks.-->
  4. <div class="row">
  5. <div class="col-12 p-2">
  6. <div class="text-light bg-dark p-3">
  7. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px;">
  8. TITLE
  9. </div>
  10. <hr class="bg-white w-100">
  11. <div class="row">
  12. <div class="col-md-5 col-sm-2-down">
  13. <div class="text-center">
  14. <!-- LEFT PICTURE
  15. This will resize anything you put in to be max 300px. So if you have art instead of a sprite you're good!-->
  16. <img style="max-height:300px;" src="IMG HERE">
  17. </div>
  18. </div>
  19. <div class="col-md-7 col-sm-10">
  20. <p>This is where some amount of text goes. It extends but doesn't scroll, so keep that in mind! ALSO it's stuck in this column.
  21. </p>
  22. <p>Left Paragraph 2
  23. </p>
  24. </div>
  25. </div>
  26. <p>Under Picture 1
  27. <br>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at tellus sodales, sodales libero quis, maximus tellus. Ut sed pulvinar nisi. Phasellus eu massa leo. Praesent metus erat, hendrerit accumsan sagittis et, auctor id enim. Cras eget magna vestibulum, varius tellus euismod, semper metus. Suspendisse potenti.
  28. </p>
  29. <div class="row">
  30. <div class="col-md-7 col-sm-10">
  31. <p>This is where some amount of text goes. It extends but doesn't scroll, so keep that in mind! ALSO it's stuck in this column.
  32. </p>
  33. <p>Right Paragraph 2
  34. </p>
  35. </div>
  36. <div class="col-md-5 col-sm-2-down">
  37. <div class="text-center">
  38. <!-- RIGHT PICTURE
  39. This will resize anything you put in to be max 300px. So if you have art instead of a sprite you're good!-->
  40. <img style="max-height:300px;" src="IMG HERE">
  41. </div>
  42. </div>
  43. </div>
  44. <p>Under Picture 2
  45. </p>
  46. </div>
  47. </div>
  48. </div>
  49. <!-- IMAGE IN TEXT END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement