Advertisement
lucacodedump

GARDEN . f2u toyhouse code

Feb 8th, 2024 (edited)
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.76 KB | None | 0 0
  1. <!-------------------
  2.  
  3. GARDEN - F2U TOYHOUSE CODE
  4.  
  5. need a live code editor? use [https://th.circlejourney.net/]!
  6. need more icons? check [https://fontawesome.com/search]!
  7. replace IMAGELINK with the link to your image! keep it in parentheses or it wont work.
  8.  
  9. accent colors - use ctrl + f to quickly find and replace the color!
  10.  
  11. accent 1: #749939
  12. accent 2: #91AC48
  13.  
  14. ----------------->
  15.  
  16. <div class="mx-auto text-justify" style="filter:drop-shadow(0px 0px 1px black); max-width:600px; font-size:12px; letter-spacing:0.8px;">
  17. <div class="row no-gutters">
  18.  
  19. <div class="col-md-4">
  20. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:170px;">
  21. <div class="card rounded-0 p-1 h-100">
  22. <div class="card rounded-0 p-1 border-0 h-100" style="
  23.  
  24. background-image: url(IMAGELINK);
  25.  
  26. background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: scroll;"></div>
  27.  
  28. </div>
  29. </div>
  30. </div>
  31.  
  32. <div class="col-md-7">
  33. <div class="card rounded-0 m-1 p-1 bg-faded">
  34. <div class="card rounded-0 p-1">
  35.  
  36. <div class="justify-content-between">
  37.  
  38. <span style="font-variant:small-caps; font-size:1rem; color:#749939;">
  39. Character Name<i>!</i>
  40. </span>
  41.  
  42. <!--- fa icon --->
  43.  
  44. <span style="font-variant:small-caps; font-size:1rem; color:#749939;">
  45. <i class="fa-solid fa-spa"></i>
  46. </span>
  47.  
  48. </div>
  49.  
  50. </div>
  51. </div>
  52.  
  53. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:122px;">
  54. <div class="card rounded-0 p-1 h-100" style="overflow:auto;">
  55.  
  56. <div class="row no-gutters">
  57.  
  58. <!--- name --->
  59.  
  60. <div class="col-md-6 pt-2 pl-2 pr-2">
  61. <div class="justify-content-between">
  62. <span style="color:#749939; font-weight:500;">
  63. <i class="fa-light fa-signature"></i> name
  64. </span> content
  65. </div>
  66. </div>
  67.  
  68. <!--- age --->
  69.  
  70. <div class="col-md-6 pt-2 pl-2 pr-2">
  71. <div class="justify-content-between">
  72. <span style="color:#749939; font-weight:500;">
  73. <i class="fa-light fa-cake"></i> age
  74. </span> ## (00/00)
  75. </div>
  76. </div>
  77.  
  78. <!--- gender --->
  79.  
  80. <div class="col-md-6 pt-2 pl-2 pr-2">
  81. <div class="justify-content-between">
  82. <span style="color:#749939; font-weight:500;">
  83. <i class="fa-light fa-transgender"></i> gender
  84. </span> content
  85. </div>
  86. </div>
  87.  
  88. <!--- pronouns --->
  89.  
  90. <div class="col-md-6 pt-2 pl-2 pr-2">
  91. <div class="justify-content-between">
  92. <span style="color:#749939; font-weight:500;">
  93. <i class="fa-light fa-comments"></i> pronouns
  94. </span> con/tent
  95. </div>
  96. </div>
  97.  
  98. <!--- orientation --->
  99.  
  100. <div class="col-md-6 pt-2 pl-2 pr-2">
  101. <div class="justify-content-between">
  102. <span style="color:#749939; font-weight:500;">
  103. <i class="fa-light fa-heart"></i> orient.
  104. </span> content
  105. </div>
  106. </div>
  107.  
  108. <!--- species/race --->
  109.  
  110. <div class="col-md-6 pt-2 pl-2 pr-2">
  111. <div class="justify-content-between">
  112. <span style="color:#749939; font-weight:500;">
  113. <i class="fa-light fa-dna"></i> species
  114. </span> or race
  115. </div>
  116. </div>
  117.  
  118. <!--- occupation --->
  119.  
  120. <div class="col-md-6 pt-2 pl-2 pr-2">
  121. <div class="justify-content-between">
  122. <span style="color:#749939; font-weight:500;">
  123. <i class="fa-light fa-briefcase"></i> occup.
  124. </span> content
  125. </div>
  126. </div>
  127.  
  128. <!--- designer --->
  129.  
  130.  
  131. <div class="col-md-6 pt-2 pl-2 pr-2">
  132. <div class="justify-content-between">
  133. <span style="color:#749939; font-weight:500;">
  134. <i class="fa-light fa-palette"></i> designer
  135. </span> content
  136. </div>
  137. </div>
  138.  
  139. <!--- add/delete above THIS line! add as much as you want --->
  140.  
  141. </div>
  142.  
  143. </div>
  144. </div>
  145. </div>
  146.  
  147. <!--- little decorative card --->
  148.  
  149. <div class="col-md-1">
  150. <div class="card rounded-0 m-1 p-1 border-0" style="background:linear-gradient(0deg, #91AC48 50%, #749939 50%); height:170px;">
  151. </div>
  152. </div>
  153. <!--- little decorative card end --->
  154.  
  155. </div>
  156.  
  157. <div class="row no-gutters">
  158. <div class="col-md-7">
  159. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:200px;">
  160. <div class="card rounded-0 p-1 h-100" style="overflow:auto;">
  161.  
  162. <p>you can write about your character here! can be their backstory, about their personality, whatever! box will scroll. <b>bold</b> <i>italics</i> <s>strikethrough</s> <u>underline</u> <a href="LINKHERE" style="color:#749939;">link</a>. Eu suscipit dictum nulla urna libero consectetuer varius dui sollicitudin porta, potenti augue sed lobortis metus tincidunt auctor hendrerit hac. Conubia luctus. Tellus habitant ornare viverra ut ligula placerat vitae.</p>
  163.  
  164. <p>Justo leo, ridiculus pede nunc molestie eleifend. Sodales class dapibus platea, gravida vehicula laoreet condimentum praesent lacinia tortor. Bibendum. Suspendisse tortor tincidunt ligula lorem accumsan commodo litora. Magnis suspendisse non.</p>
  165.  
  166. <!--- add/delete paragraphs above THIS line! --->
  167.  
  168. </div>
  169. </div>
  170. </div>
  171.  
  172. <div class="col-md-5">
  173. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:96px;">
  174. <div class="card rounded-0 p-1 h-100" style="overflow:auto;">
  175.  
  176. <!--- likes --->
  177.  
  178. <p class="mb-2">
  179. <i class="fa-solid fa-heart mt-1 ml-1 mr-2 float-left" style="font-size:1rem; color:#749939;"></i>
  180.  
  181. some stuff your character likes here! box scrolls! thing, thing, <b>this thing</b>, thing
  182.  
  183. </p>
  184.  
  185. <!--- dislikes --->
  186.  
  187. <p>
  188. <i class="fa-solid fa-heart-crack mt-1 ml-1 mr-2 float-left" style="font-size:1rem; color:#749939;"></i>
  189.  
  190. some stuff your character <i>doesn't</i> like here! thing, thing, <b>this thing</b>, thing
  191.  
  192. </p>
  193.  
  194. </div>
  195. </div>
  196.  
  197. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:100px;">
  198. <div class="card rounded-0 p-1 h-100" style="overflow:auto;">
  199.  
  200. <!--- trivia --->
  201.  
  202. <ul class="ml-n3">
  203.  
  204. <li class="mb-1">
  205. some trivia notes here!
  206. </li>
  207.  
  208. <li class="mb-1">
  209. box scrolls, btw! so add as much as you want
  210. </li>
  211.  
  212. <ul class="ml-n4">subnote on the note above?
  213. </ul>
  214.  
  215. <li class="mb-1">
  216. note note note
  217. </li>
  218.  
  219. <!--- add/delete above this line--->
  220.  
  221. </ul>
  222.  
  223. <!--- end trivia--->
  224.  
  225.  
  226. </div>
  227. </div>
  228.  
  229. </div>
  230. </div>
  231.  
  232. <!--- MOODBOARD --->
  233.  
  234. <div class="row no-gutters">
  235. <div class="col-md-4">
  236.  
  237. <!--- image one --->
  238.  
  239. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:70px;">
  240. <div class="card rounded-0 p-1 h-100">
  241. <div class="card rounded-0 p-1 border-0 h-100" style="
  242.  
  243. background-image: url(IMAGELINK);
  244.  
  245. background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: scroll;">
  246.  
  247. </div>
  248. </div>
  249. </div>
  250.  
  251. </div>
  252.  
  253. <!--- image one end --->
  254.  
  255. <!--- image two --->
  256.  
  257. <div class="col-md-4">
  258.  
  259. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:70px;">
  260. <div class="card rounded-0 p-1 h-100">
  261. <div class="card rounded-0 p-1 border-0 h-100" style="
  262.  
  263. background-image: url(IMAGELINK);
  264.  
  265. background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: scroll;">
  266.  
  267. </div>
  268. </div>
  269. </div>
  270.  
  271. </div>
  272.  
  273. <!--- image two end --->
  274.  
  275. <!--- image three --->
  276.  
  277. <div class="col-md-4">
  278.  
  279. <div class="card rounded-0 m-1 p-1 bg-faded" style="height:70px;">
  280. <div class="card rounded-0 p-1 h-100">
  281. <div class="card rounded-0 p-1 border-0 h-100" style="
  282.  
  283. background-image: url(IMAGELINK);
  284.  
  285. background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: scroll;">
  286.  
  287. </div>
  288. </div>
  289. </div>
  290.  
  291. <!--- image three end --->
  292. </div>
  293. </div>
  294.  
  295. <div class="card rounded-0 m-1 p-1 border-0" style="background:linear-gradient(90deg, #91AC48 36%, #749939 56%)">
  296.  
  297. <!--- CREDIT - DONT TOUCH / REMOVE PLS --->
  298.  
  299. <div class="text-right">
  300. <a data-toggle="tooltip" title="code by raggedinsomnia" href="https://toyhou.se/25717491.f2u-garden" style="color:#fff;"><i class="fa-light fa-comet"></i></a>
  301. </div>
  302. </div>
  303. </div>
  304.  
  305.  
  306.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement