Advertisement
MCDogWarrior

Folder Label [Custom]

Nov 17th, 2021 (edited)
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <div class="container-fluid" style="color:#ffffff;width:1080px;">
  2. <!--Background image-->
  3. <div class="card rounded-0 border-0" style="background-image:url( IMGLINK ); background-size:cover; background-position: center; height:300px;">
  4. <!--Translucent card over bg image-->
  5. <div class="card bg-faded rounded-0 border-0" style="background-color:rgba(0,0,0,0.35); height:300px">
  6. <!--Gradient card over bg image-->
  7. <div class="card bg-faded rounded-0 border-0 p-2" style="background:linear-gradient(to left,rgba(0,0,0,0.7),rgba(0,0,0,0)); height:300px">
  8. <!--Main card (translucent)-->
  9. <div class="card bg-faded rounded-0 border-0" style="background-color:rgba(0,0,0,0.5); height:290px">
  10. <div class="row no-gutters">
  11. <div class="col-8">
  12. <!--Folder name-->
  13. <p class="ml-3 mt-3" style="font-size: 27px;">FOLDER NAME</p>
  14. <div class="ml-2" style="border-top:1px solid #fff;margin-top:-15px; width:300px">
  15. </div>
  16. <!--Folder description-->
  17. <p class="ml-2 my-2" style="font-size: 16px;">Small description of the folder. Uh idk man just write something and here about the contents of the folder probably. Type as much as you want, and you can extend the boxes if you need to. In other words, boxes do not scroll.</p>
  18. </div>
  19. <div class="col-4">
  20. <!--Pagedoll to the right (reccomend an even image ratio and a transparent background)-->
  21. <img src=" IMGLINK " style="position:absolute;top:0;object-fit:contain;height:340px; margin-left:25px;">
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. <!--Code credit (do not remove/alter)-->
  29. <p style="text-align: left; font-size: 9px;">Code by <a href="https://toyhou.se/MCDogResource">MCDogWarrior</a></p>
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement