Advertisement
LeafJelly

Small Decorative Code - Night Sky Theme - Solid - Full

Nov 1st, 2022 (edited)
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 KB | None | 0 0
  1. <!----------------------------
  2. Free to Use Small Decorative Code
  3. Night Sky Theme - Full Version
  4. Solid Background
  5. by LeafJelly
  6.  
  7. Short Version: Mood board ONLY
  8.  
  9. Hex Codes
  10. Background 1: #00001C
  11. Background 2: #242E75
  12. Symbol: #E7EDFF
  13. Symbol 2: #B1C2F3
  14. Font: #D8DEF0
  15. Font Accent: #9EBEE7
  16.  
  17. Customization
  18. fas - is the symbol weight s=solid r=regular l-light t=thin d=duotone
  19. fa-symbol changes what the symbol is using the names found here https://fontawesome.com/ search for the symbols you want here adn replace the name with it.
  20. transform:rotate(#deg) - Rotates Symbols
  21. margin: #px #px - changes the positon of the symbol in Y X order. -Y moves up -X moves left. +Y moves down +X moves right.
  22. ---------------------------->
  23. <div class="container col-md-8 col-lg-3 my-4 p-1">
  24.  
  25. <div class="card col-12 border-0 mt-4 p-2" style="height:280px; min-width:380px; background:#00001C; border-radius:.6em;">
  26.  
  27. <div class="text-center" >
  28. <!----------Decorations Left Side------------>
  29. <i class="fas fa-moon" style="position:absolute; margin:-45px -140px; font-size:60px; transform:rotate(-10deg); color:#B1C2F3;"></i>
  30. <i class="fas fa-star" style="position:absolute; margin:-25px -45px; font-size:30px; transform:rotate(-10deg); color:#B1C2F3"></i>
  31. <i class="fas fa-star" style="position:absolute; margin:20px -80px; font-size:15px; transform:rotate(30deg); color:#E7EDFF"></i>
  32. <i class="fas fa-star" style="position:absolute; margin:50px -20px; font-size:10px; transform:rotate(20deg); color:#E7EDFF"></i>
  33.  
  34. <!-----------Character Image Must be a Square Image------------->
  35. <img src="https://f2.toyhou.se/file/f2-toyhou-se/characters/16492558?1654705611"
  36. class="rounded-circle p-2 mb-1" style="height:120px; width:120px; margin-top:-50px; background:#00001C;background-attachment:fixed;">
  37. <!----------Decorations Right Side------------>
  38. <i class="fas fa-star" style="position:absolute; margin:-25px 5px; font-size:30px; transform:rotate(10deg); color:#B1C2F3"></i>
  39. <i class="fas fa-star" style="position:absolute; margin:20px 50px; font-size:15px; ; transform:rotate(-30deg); color:#E7EDFF"></i>
  40. <i class="fas fa-star" style="position:absolute; margin:50px 0px; font-size:10px; ; transform:rotate(-20deg); color:#E7EDFF"></i>
  41. <i class="fas fa-sun" style="position:absolute; margin:-30px 105px; font-size:50px; transform:rotate(-15deg); color:#B1C2F3"></i>
  42.  
  43.  
  44. </div>
  45.  
  46. <!-----------Content Box------------->
  47. <div class="card col-0 px-1 m-0 text-center" style="height:210px; overflow:auto; font-size:12px; background:#242E75; color:#D8DEF0;">
  48. <p class="my-auto" style="color:#9EBEE7; font-size:13px">
  49. Name · Age · Pro/nouns
  50. <br>Gender · Race/Species · Occupation
  51. </p>
  52. <div class="col-auto m-1 mb-2 mx-auto p-0" style="border-bottom:1px solid #9EBEE7;width:100%;"></div>
  53.  
  54.  
  55. <!--------Mood Board Replace the URLS ------------>
  56. <div class="row no-gutters pb-1">
  57. <div class="col-4 pr-1 border-0" style="height:130px">
  58. <div class="h-100" style="background-position:center;background-size:cover;
  59. background-image:url(
  60.  
  61. https://media.tenor.com/rDWAbi_iMRwAAAAC/moon-anime.gif
  62.  
  63. )"></div>
  64. </div>
  65.  
  66. <div class="col-4 pr-1 border-0" style="height:130px">
  67. <div class="h-100" style="background-position:center;background-size:cover;
  68. background-image:url(
  69.  
  70. https://media.tenor.com/R7pAjG0dShUAAAAC/80s-anime.gif
  71.  
  72. )"></div>
  73. </div>
  74.  
  75. <div class="col-4 pr-1 border-0" style="height:130px">
  76. <div class="h-100" style="background-position:center;background-size:cover;
  77. background-image:url(
  78.  
  79. https://i.pinimg.com/originals/de/2e/2b/de2e2b6717d388a9a82737d23c1bf1e2.gif
  80.  
  81. )"></div>
  82. </div>
  83. </div>
  84.  
  85. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #9EBEE7;width:50%;"></div>
  86.  
  87. <!-------- Trivia or Personality section------------>
  88. <ul class="my-0 text-left" style="list-style-type: none; margin-left:-25px">
  89. <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  90. Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.</li>
  91.  
  92. <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  93. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat.</li>
  94.  
  95. <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  96. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</li>
  97. </ul>
  98.  
  99. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #9EBEE7;width:50%;"></div>
  100. <div class="row no-gutters">
  101. <!--------Likes------------>
  102. <div class="col-6 p-0 m-0 text-left">
  103. <ul class="my-0" style="list-style-type: none; margin-left:-25px">
  104. <li><i class="fal fa-check fa-sm mr-1"></i>
  105. Lorem ipsum dolor</li>
  106.  
  107. <li><i class="fal fa-check fa-sm mr-1"></i>
  108. Aliquam tincidunt mauris</li>
  109.  
  110. <li><i class="fal fa-check fa-sm mr-1"></i>
  111. Vestibulum auctor dapibus neque.</li>
  112.  
  113. <li><i class="fal fa-check fa-sm mr-1"></i>
  114. Nunc dignissim risus id metus.</li>
  115. </ul>
  116. </div>
  117.  
  118. <!--------Dislikes------------>
  119. <div class="col-6 p-0 m-0 text-left">
  120. <ul class="my-0" style=" list-style-type: none; margin-left:-25px">
  121. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  122. Lorem ipsum dolor</li>
  123.  
  124. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  125. Aliquam tincidunt mauris</li>
  126.  
  127. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  128. Vestibulum auctor dapibus neque.</li>
  129.  
  130. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  131. Nunc dignissim risus id metus.</li>
  132. </ul>
  133. </div>
  134.  
  135. <!-------- Relationships------------>
  136. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #9EBEE7;width:100%;"></div>
  137. <!--------Relationship 1-------->
  138. <div class="col-4 p-0 mb-1">
  139. <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  140. background-image: url(
  141.  
  142. https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  143.  
  144. );"></div>
  145. <a href="URL_HERE" style="color:#9EBEE7">
  146. Character Name</a>
  147. <p>Relationship Type</p>
  148. </div>
  149.  
  150. <!--------Relationship 2-------->
  151. <div class="col-4 p-0">
  152. <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  153. background-image: url(
  154.  
  155. https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  156.  
  157. );"></div>
  158. <a href="URL_HERE" style="color:#9EBEE7">
  159. Character Name</a>
  160. <p>Relationship Type</p>
  161. </div>
  162.  
  163. <!--------Relationship 3-------->
  164. <div class="col-4 p-0">
  165. <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  166. background-image: url(
  167.  
  168. https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  169.  
  170. );"></div>
  171. <a href="URL_HERE" style="color:#9EBEE7">
  172. Character Name</a>
  173. <p>Relationship Type</p>
  174. </div>
  175.  
  176.  
  177. </div>
  178.  
  179. </div>
  180. </div>
  181. <!---------Decorations at the bottom left--------------->
  182. <i class="fas fa-star" style="position:absolute; margin:-20px -20px; font-size:30px;transform:rotate(-10deg); color:#B1C2F3"></i>
  183.  
  184. <div class="text-center" >
  185. <!---------Credit do not remove--------------->
  186. <a href="/LeafJelly" title="HTML by LeafJelly" style="color:#B1C2F3"></i> <i class="fas fa-stars"></i></a>
  187.  
  188. <!---------Decorations at the bottom right--------------->
  189. <i class="fas fa-star" style="position:absolute; margin:-20px 170px; font-size:30px;transform:rotate(10deg); color:#B1C2F3"></i>
  190. </div>
  191. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement