Advertisement
Phantasmagorical

Folder Code

Nov 2nd, 2022 (edited)
1,378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <!----------
  2. How to Use:
  3. Turn off "WYSIWYG" & turn on "Code editor" ➞ https://toyhou.se/~account/display
  4. You can use https://th.circlejourney.net/ to make editing the code easier :)
  5. ------------->
  6.  
  7. <div class="container my-5 p-0" style="border-radius:10px;overflow:hidden;">
  8. <div class="col-12 row no-gutters p-0">
  9. <!---------- BACKGROUND IMAGE - Replace IMG_URL with the image you want, please paste the image address inside the brackets ------------->
  10. <div class="col-sm-12 p-5" style="background:url(IMG_URL) center; background-size:cover;">
  11. <div class="col-sm-11 mx-auto p-4 text-center">
  12. <br>
  13. </div>
  14. </div>
  15. <!---------- ICON - you can change the icon if you want, find more icons at fontawesome.com ------------->
  16. <div class="col-12 row no-gutters py-4 px-4" style=" background-color:#D1D1D1;">
  17. <div class="col-12 p-1"><i class="fas fa-star-christmas fa-fw fa-2x fa-beat" style="color:#69a3ce;"></i>
  18. <span style="color: rgb(79, 152, 243);"></span>
  19. <!---------- FOLDER NAME ------------->
  20. <span style='font-size: 36px; font-family: "fredoka one"; font-weight: 900; color: #69a3ce;'> F O L D E R ⌁ N A M E</span>
  21. <!---------- DIVIDER ------------->
  22. <hr class="mt-2 w-105" style="border-top:2px dashed #9CB2D1;">
  23. <!---------- FOLDER DESCRIPTION ------------->
  24. <p style="font-weight:400; font-family:quicksand; text-justify; font-size: 15px; color:#222;">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.</p>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <!--CREDIT - DO NOT REMOVE-->
  30. <div class="col-12 p-1">
  31. <div class="card p-1 text-center justify-content-center mx-auto" style="height:30px; width:50px; border-radius:100px; background-color:#fff; border:1px solid #eee;">
  32. <a href="/Phantasmagorical"><i class="fas fa-code text-secondary"></i></a>
  33. </div>
  34. </div>
  35.  
  36. </div>
  37. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement