Advertisement
LivvyAh

MODULAR: Relationships 2.0-ReColor

Feb 13th, 2022
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. <!-- RELATIONSHIPS V2 START
  2. Close to the traditional style for these.-->
  3. <div class="row" style="color:#161B33">
  4. <div class="col-12 p-2">
  5. <div class="p-3" style="background-color:#F1DAC4;">
  6. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px; color:#0D0C1D">
  7. RELATIONSHIPS
  8. </div>
  9. <hr style="border-color: #474973;" class="w-100">
  10. <!-- TO ADD ANOTHER PAIR COPY FROM HERE -->
  11. <!-- PERSON 1 START -->
  12. <div class="row">
  13. <div class="col-md-4 col-sm-down-12">
  14. <!-- SPLASH PICTURE -->
  15. <div class="p-2 h-100" style="min-height:50px; background: url(IMG HERE);
  16. background-size: cover;
  17. background-position: center;
  18. background-attachment: fixed;
  19. background-color:#E1DDE3">
  20. <table style="height: 100%; width:100%; border-width: 3px; border-color:#5464B6;">
  21. <tbody>
  22. <tr>
  23. <td class="align-middle text-center">
  24. <!-- PICTURE 1
  25. Resizes to 200px automatically.-->
  26. <img style="max-height:200px" src="IMG HERE">
  27. </tr>
  28. </tbody>
  29. </table>
  30. </div>
  31. </div>
  32. <!-- NAME + URL -->
  33. <div class="col-md-8 col-sm-10">
  34. <div class="p-2">
  35. <a class="text-uppercase" style="letter-spacing:3px; font-size:20px;color:#7E6E87" href="URL HERE">Name
  36. </a>
  37. <!-- DESCRIPTION -->
  38. <p>Don't talk too much! There's no scrollbar!
  39. <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.
  40. </p>
  41. <p>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.
  42. </p>
  43. </div>
  44. </div>
  45. </div>
  46. <!-- PERSON 1 END -->
  47. <!-- LINE DIVIDER -->
  48. <hr style="border-color: #474973;" class="w-75">
  49. <!-- PERSON 2 START -->
  50. <div class="row">
  51. <!-- NAME + URL -->
  52. <div class="col-md-8 col-sm-10">
  53. <div class="p-2">
  54. <a class="text-uppercase" style="letter-spacing:3px; font-size:20px;color:#7E6E87" href="URL HERE">Name
  55. </a>
  56. <!-- DESCRIPTION -->
  57. <p>Don't talk too much! There's no scrollbar!
  58. <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.
  59. </p>
  60. </div>
  61. </div>
  62. <div class="col-md-4 col-sm-down-12">
  63. <!-- SPLASH PICTURE -->
  64. <div class="p-2 h-100" style="min-height:50px; background: url(IMG HERE);
  65. background-size: cover;
  66. background-position: center;
  67. background-attachment: fixed;
  68. background-color:#E1DDE3">
  69. <table style="height: 100%; width:100%; border-width: 3px; border-color:#5464B6;">
  70. <tbody>
  71. <tr>
  72. <td class="align-middle text-center">
  73. <!-- PICTURE 2
  74. Resizes to 200px automatically.-->
  75. <img style="max-height:200px" src="IMG HERE">
  76. </tr>
  77. </tbody>
  78. </table>
  79. </div>
  80. </div>
  81. </div>
  82. <!-- PERSON 2 END -->
  83. <!-- TO HERE, THEN PASTE RIGHT AFTER.
  84. To add the line divider, go right above this note and paste this:
  85. <hr class="bg-white w-75">
  86. Don't include this end carrot lol-->
  87. </div>
  88. </div>
  89. </div>
  90. <!-- RELATIONSHIPS V2 END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement