Advertisement
lullahbye

bouquet (simple)

Nov 14th, 2020
1,494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. <div class="container p-0" style="max-width:850px;">
  2. <div class="row no-gutters">
  3.  
  4. <!--top header-->
  5. <div class="col-md-12">
  6. <div class="card border-0 rounded-0 bg-faded px-2 py-1" style="font-size:13px;">
  7. <b>trait. trait. trait... or a quote.</b>
  8. </div>
  9. </div>
  10.  
  11. <!--IMAGE-->
  12. <div class="col-md-4 pr-md-2 mt-2">
  13. <div class="h-100"
  14. style="background-image:url(https://images.unsplash.com/photo-1511524784891-65a527e2a1df?ixlib=rb-1.2.1&auto=format&fit=crop&w=592&q=80);
  15. background-position:center;
  16. background-size:cover;
  17. repeat:no-repeat;"></div>
  18. </div>
  19.  
  20. <div class="col-md-8 mt-2">
  21. <div class="row no-gutters">
  22. <!--header-->
  23. <div class="col-md-12">
  24. <div class="card border-0 rounded-0 bg-faded px-2 py-1" style="font-size:13.5px;">
  25. <b>About</b>
  26. </div>
  27. </div>
  28. <!--BASIC INFO-->
  29. <div class="col-md-5 px-2 py-1 bg-faded" style="font-size:13px;">
  30.  
  31. <div class="justify-content-between">
  32. <span>Name</span>
  33. <span>Info</span>
  34. </div>
  35.  
  36. <div><hr class="my-1"></div>
  37. <div class="justify-content-between">
  38. <span>Nickname</span>
  39. <span>Info</span>
  40. </div>
  41.  
  42. <div><hr class="my-1"></div>
  43. <div class="justify-content-between">
  44. <span>Age</span>
  45. <span>Info</span>
  46. </div>
  47.  
  48. <div><hr class="my-1"></div>
  49. <div class="justify-content-between">
  50. <span>Pronouns</span>
  51. <span>Info</span>
  52. </div>
  53.  
  54. <div><hr class="my-1"></div>
  55. <div class="justify-content-between">
  56. <span>Height</span>
  57. <span>Info</span>
  58. </div>
  59.  
  60. <div><hr class="my-1"></div>
  61. <div class="justify-content-between">
  62. <span>Occupation</span>
  63. <span>Info</span>
  64. </div>
  65.  
  66. </div>
  67.  
  68. <!--SUMMARY-->
  69. <div class="col-md-7 px-2 py-1" style="font-size:13px;">
  70. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  71. </div>
  72.  
  73. <!--MOODBOARD-->
  74. <div class="col-md-12 pt-2">
  75. <div class="card border-0 rounded-0 bg-faded px-2 py-1" style="font-size:13.5px;">
  76. <b>Moodboard</b>
  77. </div>
  78. </div>
  79.  
  80. <div class="col-md-3" style="font-size:13px;">
  81. <div style="
  82. background-image:url(https://images.unsplash.com/photo-1485754857203-23ffa89c37d2?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
  83. background-size:cover;
  84. background-position:center;
  85. height:123px;"></div>
  86. </div>
  87.  
  88. <div class="col-md-3" style="font-size:13px;">
  89. <div style="
  90. background-image:url(https://images.unsplash.com/photo-1468679950062-7f9630082231?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
  91. background-size:cover;
  92. background-position:center;
  93. height:123px;"></div>
  94. </div>
  95.  
  96. <div class="col-md-3" style="font-size:13px;">
  97. <div style="
  98. background-image:url(https://images.unsplash.com/photo-1485561331122-5b7098c62fcc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80);
  99. background-size:cover;
  100. background-position:center;
  101. height:123px;"></div>
  102. </div>
  103.  
  104. <div class="col-md-3" style="font-size:13px;">
  105. <div style="
  106. background-image:url(https://images.unsplash.com/photo-1518648198681-cf72ea1c9f58?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1053&q=80);
  107. background-size:cover;
  108. background-position:center;
  109. height:123px;"></div>
  110. </div>
  111.  
  112. </div>
  113. </div>
  114.  
  115. </div>
  116.  
  117. <div class="text-right" style=";">
  118. <a class="tooltipster" href="https://toyhou.se/lullah" title="code by lullah"><i class="fas fa-paw"></i></a>
  119. </div>
  120.  
  121. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement