Advertisement
LeafJelly

Small Decorative Code - Night Sky Theme - Solids - Short

Nov 1st, 2022 (edited)
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. <!----------------------------
  2. Free to Use Small Decorative Code
  3. Night Sky Theme - Short Version
  4. Solid Colors
  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.  
  16. Customization
  17. fas - is the symbol weight s=solid r=regular l-light t=thin d=duotone
  18. 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.
  19. transform:rotate(#deg) - Rotates Symbols
  20. 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.
  21. ---------------------------->
  22. <div class="container col-md-8 col-lg-3 my-4 p-1">
  23.  
  24. <div class="card col-12 border-0 mt-4 p-2" style="height:280px; min-width:380px; background:#00001C; border-radius:.6em;">
  25. <div class="text-center" >
  26. <!----------Decorations Left Side------------>
  27. <i class="fas fa-moon" style="position:absolute; margin:-45px -140px; font-size:60px; transform:rotate(-10deg); color:#B1C2F3;"></i>
  28. <i class="fas fa-star" style="position:absolute; margin:-25px -45px; font-size:30px; transform:rotate(-10deg); color:#B1C2F3"></i>
  29. <i class="fas fa-star" style="position:absolute; margin:20px -80px; font-size:15px; transform:rotate(30deg); color:#E7EDFF"></i>
  30. <i class="fas fa-star" style="position:absolute; margin:50px -20px; font-size:10px; transform:rotate(20deg); color:#E7EDFF"></i>
  31.  
  32. <!-----------Character Image Must be a Square Image------------->
  33. <img src="https://f2.toyhou.se/file/f2-toyhou-se/characters/16492558?1654705611"
  34. class="rounded-circle p-2 mb-1" style="height:120px; width:120px; margin-top:-50px; background:#00001C;background-attachment:fixed;">
  35. <!----------Decorations Right Side------------>
  36. <i class="fas fa-star" style="position:absolute; margin:-25px 5px; font-size:30px; transform:rotate(10deg); color:#B1C2F3"></i>
  37. <i class="fas fa-star" style="position:absolute; margin:20px 50px; font-size:15px; ; transform:rotate(-30deg); color:#E7EDFF"></i>
  38. <i class="fas fa-star" style="position:absolute; margin:50px 0px; font-size:10px; ; transform:rotate(-20deg); color:#E7EDFF"></i>
  39. <i class="fas fa-sun" style="position:absolute; margin:-30px 105px; font-size:50px; transform:rotate(-15deg); color:#B1C2F3"></i>
  40.  
  41.  
  42. </div>
  43.  
  44. <!-----------Content Box------------->
  45. <div class="card col-0 px-1 m-0 text-center" style="height:210px; overflow:hidden; font-size:12px; background:#242E75; color:#D8DEF0;">
  46. <p class="my-auto" style="color:#9EBEE7; font-size:13px">
  47. Name · Age · Pro/nouns
  48. <br>Gender · Race/Species · Occupation
  49. </p>
  50. <div class="col-auto m-1 p-0" style="border-bottom:1px solid #9EBEE7; margin:auto"></div>
  51.  
  52.  
  53. <!--------Mood Board Replace the URLS ------------>
  54. <div class="row no-gutters pb-1">
  55. <div class="col-4 pr-1 border-0" style="height:130px">
  56. <div class="h-100" style="background-position:center;background-size:cover;
  57. background-image:url(
  58.  
  59. https://media.tenor.com/rDWAbi_iMRwAAAAC/moon-anime.gif
  60.  
  61. )"></div>
  62. </div>
  63.  
  64. <div class="col-4 pr-1 border-0" style="height:130px">
  65. <div class="h-100" style="background-position:center;background-size:cover;
  66. background-image:url(
  67.  
  68. https://media.tenor.com/R7pAjG0dShUAAAAC/80s-anime.gif
  69.  
  70. )"></div>
  71. </div>
  72.  
  73. <div class="col-4 pr-1 border-0" style="height:130px">
  74. <div class="h-100" style="background-position:center;background-size:cover;
  75. background-image:url(
  76.  
  77. https://i.pinimg.com/originals/de/2e/2b/de2e2b6717d388a9a82737d23c1bf1e2.gif
  78.  
  79. )"></div>
  80. </div>
  81. </div>
  82. </div>
  83.  
  84.  
  85.  
  86. </div>
  87. <!---------Decorations at the bottom left--------------->
  88. <i class="fas fa-star" style="position:absolute; margin:-20px -20px; font-size:30px;transform:rotate(-10deg); color:#B1C2F3"></i>
  89.  
  90.  
  91. <div class="text-center" >
  92. <!---------Credit do not remove--------------->
  93. <a href="/LeafJelly" title="HTML by LeafJelly" style="color:#B1C2F3"></i> <i class="fas fa-stars"></i></a>
  94.  
  95. <!---------Decorations at the bottom right--------------->
  96. <i class="fas fa-star" style="position:absolute; margin:-20px 170px; font-size:30px;transform:rotate(10deg); color:#B1C2F3"></i>
  97. </div>
  98. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement