t3ch13-c0l0rs

updated party?

Oct 19th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1. <!-- hi y'all. remember not to remove the credit lol -->
  2.  
  3. <div class="mx-auto my-4">
  4.  
  5.  
  6. <!-- did u know that u can change da bootstrap color? https://toyhou.se/2621177.color-references-bs-pkmn- heres a guide by togedemaru :3 (change the bg-info to bg-warning or whatever bg color u want) -->
  7.  
  8. <div class="p-4 progress-bar-striped progress-bar-animated bg-info" style="max-width: 500px; margin-left: auto; margin-right: auto;">
  9.  
  10. <div class="column">
  11. <div class="row gx-6">
  12.  
  13. <!-- u can change the fas fa-cat if u want. heres the database it uses https://fontawesome.com/ -->
  14.  
  15. <div class="col-4">
  16.  
  17. <i class="fas fa-cat fa-2x"></i>
  18.  
  19. </div>
  20.  
  21. <div class="col-8">
  22. <div class="row no-gutters">
  23.  
  24. <i class="fas fa-quote-left" style="font-size: 19px"></i>
  25.  
  26. <!-- quote! yay -->
  27. <p style="margin-top: 5px; margin-left: 8px; margin-right: 8px; font-size: 19px">
  28. So to America the brave..
  29. </p>
  30. <i class="fas fa-quote-right" style="font-size: 19px"></i>
  31.  
  32. </div>
  33. </div>
  34.  
  35. </div>
  36. </div>
  37.  
  38.  
  39. </div>
  40.  
  41. <!-- u can get rid of da shadow by getting rid of box-shadow: 0px 0px 8px ! if u dont like how blurry it is or want it to be farther out the 8px is blurryness and the 0px is distance from the div -->
  42. <div class="p-4 bg-dark my-3" style="max-width: 500px; margin-left: auto; margin-right: auto; box-shadow: 0px 0px 8px">
  43. <div class="column">
  44. <div class="row no-gutters">
  45.  
  46. <div class="col-md-8 col-sm-12">
  47. <div class="p-3" style="border: 5px ridge; width: auto; height: auto; margin: 5px; align: center; max-height: 150px; overflow: auto;">
  48.  
  49. <!-- ur name age n pronouns -->
  50.  
  51. <p class="text-light" style="text-align: center; font-size: 20px;"> name . age . pronouns </p>
  52.  
  53.  
  54. <!-- write about urself m8 -->
  55. <p class="text-light" style="text-align: center; font-size: 18px;">
  56.  
  57. this box scrolls if you put too much content in it. go ham! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.
  58.  
  59. </p>
  60.  
  61. </div>
  62. </div>
  63.  
  64. <div class="col-md-3 col-sm-12">
  65.  
  66. <!-- change the url in the parenthesis to your pfp url-->
  67. <div class="p-5" style="border: 5px ridge; height: 150px; width: 150px; background-image: url(https://cdn.discordapp.com/attachments/770430630706151447/882441136998854666/memoriesofgreen-612bce168de32.gif); background-size: cover; margin: 5px">
  68. </div>
  69. </div>
  70.  
  71.  
  72. <div class="col-md-8 col-sm-12">
  73. <div class="p-3" style="border: 5px ridge; width: auto; height: auto; margin: 5px; align: center">
  74. <div class="column">
  75. <div class="row gx-6">
  76.  
  77. <div class="col-6" style="text-align: center">
  78.  
  79.  
  80. <!-- featured characters. change the url of the image to your characters and remove the # and replace it with ur characters url -->
  81. <a href="#">
  82. <img src="https://64.media.tumblr.com/cc464424fc420dc4bbf9006caf52ba8c/5bc92bb7ccd1f9c4-5f/s100x200/3aed04f2085b60656e84544e21b1b500c0c66a37.jpg" style="max-width: 100px; max-height: 100px">
  83. </a>
  84.  
  85. <!-- change the char 1 to ur characters name and the # to their url -->
  86. <a href="#" class="text-light" style="text-align: center; font-size: 19px">
  87. char 1
  88. </a>
  89.  
  90. </div>
  91.  
  92.  
  93. <div class="col-6" style="text-align: center">
  94.  
  95. <!-- same as before. im tired -->
  96. <a href="#">
  97. <img src="https://64.media.tumblr.com/d293479f004cd348d369b80a6e23f5f4/4fd5142622a08b40-47/s100x200/99ab3154634cd31914dd574f0a03875e8c9df180.gifv" style="max-width: 100px; max-height: 100px">
  98. </a>
  99.  
  100. <a href="#" class="text-light" style="text-align: center; font-size: 19px">
  101. char 2
  102. </a>
  103.  
  104. </div>
  105.  
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110.  
  111.  
  112. <div class="col-sm-12 col-md-3">
  113. <div class="p-2" style="border: 5px ridge; height: 170px; width: 150px; margin: 5px; ">
  114.  
  115. <div class="justify-content-between">
  116.  
  117. <!-- change the closed to ur status on trades-->
  118.  
  119. <span class="pull-left text-light">trades</span> <span class="pull-right text-info">closed</span>
  120.  
  121. </div>
  122.  
  123. <hr>
  124.  
  125. <div class="justify-content-between">
  126.  
  127. <!-- change the open to ur status on commissions -->
  128. <span class="pull-left text-light">commissions</span> <span class="pull-right text-success">open</span>
  129.  
  130. </div>
  131.  
  132. <hr>
  133.  
  134. <div class="justify-content-between">
  135.  
  136. <!-- change the never to ur status of requests -->
  137. <span class="pull-left text-light">requests</span> <span class="pull-right text-warning">Never</span>
  138.  
  139. </div>
  140.  
  141.  
  142. </div>
  143. </div>
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. </div>
  151. </div>
  152.  
  153.  
  154.  
  155. </div>
  156.  
  157.  
  158.  
  159. <div class="p-4 progress-bar-striped progress-bar-animated bg-info" style="max-width: 500px; margin-left: auto; margin-right: auto">
  160. <div class="justify-content-between text-muted">
  161.  
  162.  
  163. <!-- replace # with ur twitter. u can also change the icon if u dont have twitter (like me!) -->
  164. <a href="#" class="text-dark">
  165. <i class="fab fa-twitter fa-2x"></i>
  166. </a>
  167.  
  168. <!-- replace # with ur deviantart. u can also change the icon if u dont have deviantart -->
  169. <a href="#" class="text-dark">
  170. <i class="fab fa-deviantart fa-2x"></i>
  171. </a>
  172.  
  173. <!-- replace # with ur furaffinity. u can also change the icon if u dont have furaffinity (like me!) -->
  174. <a href="#" class="text-dark">
  175. <i class="fas fa-paw fa-2x"></i>
  176. </a>
  177.  
  178. <!-- replace # with ur tumblr. u can also change the icon if u dont have tumblr -->
  179. <a href="#" class="text-dark">
  180. <i class="fab fa-tumblr fa-2x"></i>
  181. </a>
  182.  
  183. <!-- replace # with ur artfight. u can also change the icon if u dont have artfight -->
  184. <a href="#" class="text-dark">
  185. <i class="fas fa-pencil-paintbrush fa-2x"></i>
  186. </a>
  187.  
  188.  
  189.  
  190. </div>
  191.  
  192. </div>
  193.  
  194. <!-- dont remove my credit pls pls -->
  195. <div class="col-md-2 col-sm-12" style="margin-left: auto; margin-right: auto; font-size: small">
  196. <a href="/micro-wave">
  197. <i class="fas fa-microwave"></i>
  198. code by micro-wave</a>
  199. </div>
  200.  
  201. </div>
Add Comment
Please, Sign In to add comment