Advertisement
MCDogWarrior

Collage Character [Custom]

Nov 4th, 2021 (edited)
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. <div class="container-fluid text-white" style="max-width:1100px;">
  2. <!--Main/background image-->
  3. <div class="card rounded-0 border-0 p-1 mx-auto my-5" style="background-image:url( imglink ); background-size:cover; background-position: center; width:600px; height:600px">
  4. </div>
  5.  
  6. <!--Character name card-->
  7. <div class="card bg-faded rounded-0 border-0 p-1 mt-2 mr-2 ml-2" style="background-color:#180a09; position:absolute; top:-35px; left:180px; height:100px; width:270px;">
  8. <!--Character name-->
  9. <p class="my-auto" style="font-size: 35px; text-align: center; letter-spacing: 1px;">Character name</p>
  10. <!--Translucent icon hidden in back-->
  11. <i class="fas fa-clouds-moon" style="position:absolute; top:15px; left:40px; font-size:70px; opacity:0.1"></i>
  12. <!--top trapezoid over card-->
  13. <div class="card border-0 mx-auto rounded-0" style="height:20px; width:150px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,90% 100%); background-color:#4a2a23; position:absolute; top:-5px; left:5px;">
  14. </div>
  15. <!--bottom trapezoid-->
  16. <div class="card border-0 mx-auto rounded-0" style="height:20px; width:150px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,10% 0%,0% 100%,100% 100%); background-color:#4a2a23; position:absolute; top:85px; left:125px;">
  17. </div>
  18. </div>
  19.  
  20. <!--Basics card (top right)-->
  21. <div class="card bg-faded rounded-0 border-0 p-1 mt-2 mr-2 ml-2" style="background-color:#180a09; position:absolute; top:-20px; right:100px; height:340px; width:250px;">
  22. <!--Basics trapezoid + header-->
  23. <p class="card border-0 mx-auto rounded-0" style="height:40px; width:200px; font-size:24px; margin-top:-10px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,90% 100%); background-color:#4a2a23"><span class="ml-5">Basics</span></p>
  24. <!--large icon over trapezoid-->
  25. <i class="fas fa-moon" style="position:absolute; top:-40px; left:35px; font-size:70px; transform:rotate(70deg); color:#f8c65e"></i>
  26. <!--small icon-->
  27. <i class="fas fa-stars" style="position:absolute; top:15px; right:85px; font-size:25px; color:#f8c65e"></i>
  28. <!--Age card-->
  29. <p class="card border-0 rounded-0 mt-1" style="height:30px; width:150px; font-size:20px; margin-left:-10px; text-align:center; background-color:#692921">Age
  30. <!--translucent icon in back-->
  31. <i class="fas fa-birthday-cake" style="position:absolute; top:2px; left:35px; font-size:25px; opacity:0.15; transform:rotate(10deg)"></i></p>
  32. <!--Gender card-->
  33. <p class="card border-0 rounded-0 ml-auto" style="height:30px; width:150px; font-size:20px; margin-left:-10px; text-align:center; background-color:#692921">Gender
  34. <!--translucent icon in back-->
  35. <i class="fas fa-venus-mars" style="position:absolute; top:2px; left:35px; font-size:25px; opacity:0.15; transform:rotate(10deg)"></i></p>
  36. <!--Species card-->
  37. <p class="card border-0 rounded-0" style="height:30px; width:150px; font-size:20px; margin-left:-10px; text-align:center; background-color:#692921">Species
  38. <!--translucent icon in back-->
  39. <i class="fas fa-paw" style="position:absolute; top:2px; left:35px; font-size:25px; opacity:0.15; transform:rotate(10deg)"></i></p>
  40. <!--Orientation card-->
  41. <p class="card border-0 rounded-0 ml-auto" style="height:30px; width:150px; font-size:20px; margin-left:-10px; text-align:center; background-color:#692921">Orientation
  42. <!--translucent icon in back-->
  43. <i class="fas fa-flame" style="position:absolute; top:2px; left:35px; font-size:25px; opacity:0.15; transform:rotate(10deg)"></i></p>
  44. <!--Role card-->
  45. <p class="card border-0 rounded-0" style="height:30px; width:150px; font-size:20px; margin-left:-10px; text-align:center; background-color:#692921">Role
  46. <!--translucent icon in back-->
  47. <i class="fas fa-user" style="position:absolute; top:2px; left:35px; font-size:25px; opacity:0.15; transform:rotate(10deg)"></i></p>
  48. <!--Height card-->
  49. <p class="card border-0 rounded-0 ml-auto" style="height:30px; width:150px; font-size:20px; margin-left:-10px; text-align:center; background-color:#692921">Height
  50. <!--translucent icon in back-->
  51. <i class="fas fa-ruler" style="position:absolute; top:2px; left:35px; font-size:25px; opacity:0.15; transform:rotate(10deg)"></i>
  52. </p>
  53. <!--trapezoid at bottom-->
  54. <div class="card border-0 mx-auto rounded-0" style="height:15px; width:150px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,10% 0%,0% 100%,100% 100%); background-color:#4a2a23; position:absolute; bottom:-2px; right:-2px;">
  55. </div>
  56. </div>
  57.  
  58. <!--Stats card (bottom right)-->
  59. <div class="card bg-faded rounded-0 border-0 p-1 mt-2 mr-2 ml-2" style="background-color:#180a09; position:absolute; bottom:-20px; right:130px; height:270px; width:400px;">
  60. <!--Stats trapezoid + header-->
  61. <p class="card border-0 ml-auto rounded-0" style="height:40px; width:200px; font-size:24px; margin-top:-10px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 90%,0% 0%,10% 100%,100% 100%); background-color:#4a2a23; text-align:right"><span class="mr-5">Stats</span></p>
  62. <!--icon over trapezoid-->
  63. <i class="fas fa-stars fa-flip-horizontal" style="position:absolute; top:-20px; right:5px; font-size:50px; color:#f8c65e"></i>
  64. <!--Intelligence card-->
  65. <div class="card bg-faded border-0 rounded-0 p-1 mt-2 mr-2 ml-2" style="background-color:#692921;">
  66. <!--Intelligence label-->
  67. <p class="mb-1" style="font-size: 16px; text-align: center;">Intelligence</p>
  68. <!--lesser icon on far left-->
  69. <i class="far fa-brain" style="position:absolute; top:20px; left:5px; font-size:15px;"></i>
  70. <!--greater icon on far right-->
  71. <i class="fas fa-brain" style="position:absolute; top:20px; right:5px; font-size:15px;"></i>
  72. <!--percent bar-->
  73. <div class="progress bg-faded rounded-0">
  74. <div class="progress-bar" style="width: 50%; height: 12px; background-color: #df7529">
  75. </div>
  76. </div>
  77. </div>
  78. <!--Compassion card-->
  79. <div class="card bg-faded border-0 rounded-0 p-1 mt-2 mr-2 ml-2" style="background-color:#692921;">
  80. <!--Compassion laebel-->
  81. <p class="mb-1" style="font-size: 16px; text-align: center;">Compassion</p>
  82. <!--lesser icon on far left-->
  83. <i class="far fa-heart" style="position:absolute; top:20px; left:5px; font-size:15px;"></i>
  84. <!--greater icon on far right-->
  85. <i class="fas fa-heart" style="position:absolute; top:20px; right:5px; font-size:15px;"></i>
  86. <!--percent bar-->
  87. <div class="progress bg-faded rounded-0">
  88. <div class="progress-bar" style="width: 50%; height: 12px; background-color: #df7529">
  89. </div>
  90. </div>
  91. </div>
  92. <!--Creativity card-->
  93. <div class="card bg-faded border-0 rounded-0 p-1 mt-2 mr-2 ml-2" style="background-color:#692921;">
  94. <!--Creativity label-->
  95. <p class="mb-1" style="font-size: 16px; text-align: center;">Creativity</p>
  96. <!--lesser icon on far left-->
  97. <i class="far fa-brush" style="position:absolute; top:20px; left:5px; font-size:15px;"></i>
  98. <!--greater icon on far right-->
  99. <i class="fas fa-brush" style="position:absolute; top:20px; right:5px; font-size:15px;"></i>
  100. <!--percent bar-->
  101. <div class="progress bg-faded rounded-0">
  102. <div class="progress-bar" style="width: 50%; height: 12px; background-color: #df7529">
  103. </div>
  104. </div>
  105. </div>
  106. <!--Courage card-->
  107. <div class="card bg-faded border-0 rounded-0 p-1 mt-2 mr-2 ml-2" style="background-color:#692921;">
  108. <!--Courage label-->
  109. <p class="mb-1" style="font-size: 16px; text-align: center;">Courage</p>
  110. <!--lesser icon on far left-->
  111. <i class="far fa-shield" style="position:absolute; top:20px; left:5px; font-size:15px;"></i>
  112. <!--greater icon on far right-->
  113. <i class="fas fa-shield" style="position:absolute; top:20px; right:5px; font-size:15px;"></i>
  114. <!--percent bar-->
  115. <div class="progress bg-faded rounded-0">
  116. <div class="progress-bar" style="width: 50%; height: 12px; background-color: #df7529">
  117. </div>
  118. </div>
  119. </div>
  120. <!--bottom trapezoid-->
  121. <div class="card border-0 mx-auto rounded-0" style="height:15px; width:150px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,10% 0%,0% 100%,100% 100%); background-color:#4a2a23; position:absolute; bottom:-7px; right:-5px;">
  122. <!--code credit (do not remove/alter)-->
  123. <p class="mr-1" style="text-align: right; font-size: 9px;">Code by <a href="https://toyhou.se/MCDogResource" style="color:#df7529">MCDogWarrior</a></span></p>
  124. </div>
  125. </div>
  126.  
  127. <!--Trivia card (bottom left)-->
  128. <div class="card bg-faded rounded-0 border-0 p-1 mt-2 mr-2 ml-2" style="background-color:#180a09; position:absolute; bottom:-25px; left:145px; height:240px; width:400px;">
  129. <!--Trivia trapezoid + header-->
  130. <p class="card border-0 ml-3 rounded-0" style="height:40px; width:200px; font-size:24px; margin-top:-10px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,90% 100%); background-color:#4a2a23"><span class="ml-5">Trivia</span></p>
  131. <!--slightly larger icon-->
  132. <i class="fas fa-star" style="position:absolute; top:-10px; left:15px; font-size:20px; color:#f8c65e"></i>
  133. <!--slightly smaller icon-->
  134. <i class="fas fa-star" style="position:absolute; top:15px; left:10px; font-size:14px; color:#f8c65e"></i>
  135. <!--fact card 1-->
  136. <p class="card border-0 rounded-0 p-1" style="min-height:1px; min-width:1px; font-size:16px; margin-left:-10px; background-color:#692921"> Just a whole lotta fun facts about the character. Actually try to keep it concise if possible</p>
  137. <!--fact card 2-->
  138. <p class="card border-0 rounded-0 p-1" style="min-height:1px; min-width:1px; font-size:16px; margin-left:-10px; background-color:#692921"> if you can't then oh well</p>
  139. <!--fact card 3-->
  140. <p class="card border-0 rounded-0 p-1" style="min-height:1px; min-width:1px; font-size:16px; margin-left:-10px; background-color:#692921"> I suppose if you know how to you can adjust this or something idk how you'd do that</p>
  141. <!--add more if needed under here-->
  142.  
  143. <!---->
  144. </div>
  145. <!--bottom trapezoid-->
  146. <div class="card border-0 mx-auto rounded-0" style="height:15px; width:150px; clip-path:polygon(100% 100%,90% 0%,50% 0%,0% 0%,0% 50%,0% 100%,100% 100%); background-color:#4a2a23; position:absolute; bottom:-33px; left:148px;">
  147. </div>
  148.  
  149. <!--Info card (top left)-->
  150. <div class="card bg-faded rounded-0 border-0 p-1 mt-2 mr-2 ml-2" style="background-color:#180a09; position:absolute; top:90px; left:130px; height:270px; width:400px;">
  151. <!--Info trapezoid + header-->
  152. <p class="card border-0 ml-auto rounded-0" style="height:40px; width:200px; font-size:24px; margin-top:-10px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 90%,0% 0%,10% 100%,100% 100%); background-color:#4a2a23; text-align:right"><span class="mr-5">Info</span></p>
  153. <!--biggest icon-->
  154. <i class="fas fa-star" style="position:absolute; top:-10px; left:15px; font-size:30px; color:#f8c65e; transform:rotate(10deg)"></i>
  155. <!--smaller icon-->
  156. <i class="fas fa-star" style="position:absolute; top:-10px; left:-5px; font-size:15px; color:#f8c65e; transform:rotate(20deg)"></i>
  157. <!--smallest icon-->
  158. <i class="fas fa-star" style="position:absolute; top:10px; left:-5px; font-size:8px; color:#f8c65e; transform:rotate(15deg)"></i>
  159. <!--Info text card-->
  160. <p class="card border-0 rounded-0 p-1" style="height:200px; min-width:1px; font-size:15px; margin-right:-10px; background-color:#692921; overflow-y:auto"> Alright so here's the part where you write about the character and stuff. Take up as much as you need because- and maybe you won't believe this- but the box scrolls.</p>
  161. </div>
  162. <!--bottom trapezoid-->
  163. <div class="card border-0 mx-auto rounded-0" style="height:15px; width:150px; clip-path:polygon(100% 100%,90% 0%,50% 0%,0% 0%,0% 50%,0% 100%,100% 100%); background-color:#4a2a23; position:absolute; top:355px; left:135px;">
  164. </div>
  165.  
  166. <!--small rotated square in middle, behind circle icons-->
  167. <div class="card border-0 mx-auto rounded-0" style="height:50px; width:50px; transform:rotate(45deg); background-color:#df7529; position:absolute; top:240px; right:470px;">
  168. </div>
  169. <!--small circle image behind larger circle-->
  170. <div class="card p-1 mx-auto my-5 rounded-circle" style="background-image:url( imglink ); background-size:cover; background-position: center; width:130px; height:130px; position:absolute; top:98px; right:380px; border:3px dotted #f8c65e;">
  171. </div>
  172. <!--large circle image-->
  173. <div class="card p-1 mx-auto my-5 rounded-circle" style="background-image:url( imglink ); background-size:cover; background-position: center; width:200px; height:200px; position:absolute; top:-80px; right:400px; border:5px dotted #f8c65e;">
  174. </div>
  175. <!--largest icon over large circle image-->
  176. <i class="fas fa-circle" style="position:absolute; top:10px; right:580px; font-size:30px; color:#f8c65e"></i>
  177. <!--smaller icon over small circle image-->
  178. <i class="fas fa-circle" style="position:absolute; top:260px; right:400px; font-size:15px; color:#f8c65e"></i>
  179. <!--less small icon over small circle image-->
  180. <i class="fas fa-circle" style="position:absolute; top:180px; right:500px; font-size:17px; color:#f8c65e"></i>
  181. <!--larger icon over large circle image-->
  182. <i class="fas fa-circle" style="position:absolute; top:30px; right:390px; font-size:20px; color:#f8c65e"></i>
  183. <!--smallest icon next to rotated square-->
  184. <i class="fas fa-circle" style="position:absolute; top:300px; right:500px; font-size:13px; color:#f8c65e"></i>
  185. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement