Advertisement
hypnopuppy

FOLDER V.1

Jun 13th, 2023
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. <!--
  2. i recommend changing the font color from white to another color if the background image is light.
  3. to replace colors: select the hex, press ctrl + f, replace all
  4. text color: #fff
  5. the color picker i use: https://rgbcolorcode.com/
  6.  
  7.  
  8. please do not use this with WYSIWYG enabled
  9. -->
  10.  
  11.  
  12. <div class="container-fluid" style="max-width: 700px;">
  13.  
  14. <div class="py-4 px-4 container-fluid mb-1" style="max-width: 900px; background-image: url(BACKGROUND-IMAGE-URL); background-size: cover; background-position: center; background-attachment: fixed; background-color: rgb(0, 0, 0, 0.0); background-repeat: no-repeat; border-radius: 15px;">
  15.  
  16.  
  17. <!-- TITLE -->
  18. <h1 class="text-center" style="font-weight:300; color:#fff;">
  19. <i class="fal fa-stars" style="transform: rotateY(180deg);"></i>
  20. FOLDER NAME
  21. <i class="fal fa-stars"></i>
  22. </h1>
  23. <!-- you can change the stars to be another icon, just change "stars" to an option provided by fontawesome.com -->
  24. <!-- TITLE END -->
  25.  
  26. <hr style="border-color:#fff;">
  27.  
  28. <!-- DIVIDER -->
  29. <p class="text-center"><a href="IMAGE-SOURCE"><img src="IMAGE-URL" style="opacity:0.8;"></a></p>
  30. <!-- DIVIDER END -->
  31.  
  32. <!-- DESCRIPTION -->
  33. <p class="text-center mb-2" style="color:#fff;">
  34. Write about the folder here, copy and paste for a new paragaph! 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.
  35. </p>
  36. <!-- DESCRIPTION END -->
  37.  
  38. </div>
  39.  
  40. <!-- FOLDERS -->
  41. <div class="row justify-content-center">
  42.  
  43. <!-- FOLDER -->
  44. <div class="container-fluid p-2 m-2" style="max-width:200px; background-image: url(BACKGROUND-IMAGE-URL); background-size: cover; background-position: center; background-color: rgb(0, 0, 0, 0.0); opacity:0.8; background-repeat: no-repeat; border-radius:10px;">
  45.  
  46. <!-- FOLDER TITLE -->
  47. <h3 class="text-center" style="font-weight:300; color:#fff;">
  48. <a href="FOLDER-LINK" style="color:#fff;">FOLDER TITLE</a>
  49. </h3>
  50. <!-- FOLDER TITLE END -->
  51.  
  52. <!-- FOLDER DESCRIPTION -->
  53. <p class="text-center" style="color:#fff; font-size:smaller; opacity:0.9;">
  54. Short description
  55. </p>
  56. <!-- FOLDER DESCRIPTION END -->
  57.  
  58. </div>
  59. <!-- FOLDER END -->
  60.  
  61. <!-- FOLDER -->
  62. <div class="container-fluid p-2 m-2" style="max-width:200px; background-image: url(BACKGROUND-IMAGE-URL); background-size: cover; background-position: center; background-color: rgb(0, 0, 0, 0.0); opacity:0.8; background-repeat: no-repeat; border-radius:10px;">
  63.  
  64. <!-- FOLDER TITLE -->
  65. <h3 class="text-center" style="font-weight:300; color:#fff;">
  66. <a href="FOLDER-LINK" style="color:#fff;">FOLDER TITLE</a>
  67. </h3>
  68. <!-- FOLDER TITLE END -->
  69.  
  70. <!-- FOLDER DESCRIPTION -->
  71. <p class="text-center" style="color:#fff; font-size:smaller; opacity:0.9;">
  72. Short description
  73. </p>
  74. <!-- FOLDER DESCRIPTION END -->
  75.  
  76. </div>
  77. <!-- FOLDER END -->
  78.  
  79. <!-- FOLDER -->
  80. <div class="container-fluid p-2 m-2" style="max-width:200px; background-image: url(BACKGROUND-IMAGE-URL); background-size: cover; background-position: center; background-color: rgb(0, 0, 0, 0.0); opacity:0.8; background-repeat: no-repeat; border-radius:10px;">
  81.  
  82. <!-- FOLDER TITLE -->
  83. <h3 class="text-center" style="font-weight:300; color:#fff;">
  84. <a href="FOLDER-LINK" style="color:#fff;">FOLDER TITLE</a>
  85. </h3>
  86. <!-- FOLDER TITLE END -->
  87.  
  88. <!-- FOLDER DESCRIPTION -->
  89. <p class="text-center" style="color:#fff; font-size:smaller; opacity:0.9;">
  90. Short description
  91. </p>
  92. <!-- FOLDER DESCRIPTION END -->
  93.  
  94. </div>
  95. <!-- FOLDER END -->
  96.  
  97. </div>
  98. <!-- FOLDERS END -->
  99.  
  100. <p class="text-center" style="font-size:smaller; opacity:0.4;"><a href="https://toyhou.se/16251931.wip-f2u-folder"><i class="fas fa-code"></i></a></p>
  101.  
  102. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement