Advertisement
lucacodedump

USER CARD . f2u toyhouse code

Oct 28th, 2023
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. <!-------
  2.  
  3. USER CARD - by raggedinsomnia
  4. username color: #8f4343
  5. use ctrl + f to quickly change the color! (though its only used once so u could do it manually lol)
  6. need a live code editor? use [ https://th.circlejourney.net/# ] !
  7. need an image hosting site? i reccomend [ https://filegarden.com/ ] !
  8. other sites -
  9. icons: [ https://fontawesome.com/search ]
  10. color pickers (i use both equally):
  11. https://imagecolorpicker.com/
  12. https://redketchup.io/color-picker
  13.  
  14. ------>
  15.  
  16.  
  17. <!----- code start --->
  18.  
  19.  
  20. <div class="container p-1" style="width:330px; letter-spacing:.3px; font-size:13px;"> <div class="card rounded-0 bg-faded p-1">
  21.  
  22. <!---- username + icon --->
  23.  
  24. <div class="col-12 p-1">
  25. <div class="card rounded-0 p-1">
  26. <div class="justify-content-between">
  27. <span style="font-size:13px; letter-spacing:2.4px; color:#8f4343; font-size:14.2px;">
  28. USERNAME
  29. </span>
  30.  
  31. <span class="text-muted my-auto" style="letter-spacing:.8px;">
  32. <i class="fa-duotone fa-comet"></i>
  33. </span>
  34. </div>
  35. </div>
  36.  
  37. </div>
  38.  
  39. <!--- image
  40.  
  41. replace IMAGE_URL with your image link
  42.  
  43. --->
  44.  
  45. <div class="col-md-12 p-1"> <div class="card rounded-0 p-1" style="height: 150px;"> <div class="card rounded-0 border-0 h-100" style="
  46. background: url(IMAGE_URL);
  47. background-size: cover;
  48. background-position: center;">
  49. </div></div></div>
  50.  
  51. <!---- basic info --->
  52.  
  53. <div class="col-12 p-1">
  54. <div class="card rounded-0 p-1">
  55. <div class="justify-content-between">
  56. <span style="font-size:13px; letter-spacing:.4px; font-size:12px;" class="text-muted">
  57. name ⋆ age ⋆ pronouns etc etc
  58. </span>
  59.  
  60. <span class="text-muted my-auto" style="letter-spacing:.8px;">
  61. <i class="fa-duotone fa-stars"></i>
  62. </span>
  63.  
  64. </div>
  65. </div>
  66.  
  67. </div>
  68.  
  69. <!----- info ----->
  70.  
  71. <div class="col-12 p-1">
  72. <div class="card rounded-0 p-1" style="height: 130px; overflow: auto;">
  73. <div class="justify-content-between">
  74. <p style="font-size:13px; font-family:calibri;">
  75. write whatever you want here. this box will scroll. The instability present in all Triple-Element Ethereals is no better represented than in the Gaddzooks. Every snap of their jaws and tap of their feet threatens to shatter its very form, and yet this Monster is able to keep it together and perform. An outlier in the Monster World as far as double-headedness goes, both of the Gaddzook brainstems get along famously and are always totally in sync with one another (we suppose you'd have to be in order to attain that level of percussive prowess). This cheerfulness and amicability extends to friendships with its fellow Ethereals as well, particularly the closely-related Yooreek.
  76. </p>
  77.  
  78. </div></div></div>
  79.  
  80. <!---- links
  81.  
  82. change LINK to your link and INFO to whatever social media etc. its linking too. change icons as needed
  83.  
  84. ---->
  85.  
  86.  
  87. <div class="col-12 p-1">
  88. <div class="card rounded-0 p-1">
  89. <div class="text-left">
  90. <span style="font-size:13px; letter-spacing:.4px; font-size:12.3px;" class="text-muted">
  91. <a href="link" data-toggle="tooltip" title="INFO"><i class="fa-solid fa-star px-1 my-1"></i></a> ⋆
  92. </span>
  93. <span style="font-size:13px; letter-spacing:.4px; font-size:12.3px;" class="text-muted">
  94. <a href="LINK" data-toggle="tooltip" title="INFO"><i class="fa-solid fa-pen-paintbrush px-1 my-1"></i></a> ⋆
  95. </span>
  96. <span style="font-size:13px; letter-spacing:.4px; font-size:12.3px;" class="text-muted">
  97. <a href="LINK" data-toggle="tooltip" title="INFO"><i class="fab fa-instagram px-1 my-1"></i></a> ⋆
  98. </span>
  99. <span style="font-size:13px; letter-spacing:.4px; font-size:12.3px;" class="text-muted">
  100. <a href="LINK" data-toggle="tooltip" title="INFO"><i class="fab fa-trello px-1 my-1"></i></a> </span>
  101.  
  102. <!---- add more above this line! --->
  103.  
  104. </div>
  105. </div>
  106.  
  107. </div>
  108.  
  109. </div></div>
  110.  
  111. <!---- CREDIT ... DO NOT TOUCH! ---->
  112. <div class="text-center" style="font-size:9px;"><a href="https://toyhou.se/raggedinsomnia" class="text-muted" data-toggle="tooltip" title="code by raggedinsomnia"><i class="fa-duotone fa-comet"></i></a></div>
  113.  
  114. <!--- code end --->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement