vladimirpinarum

F2U Moonset

Oct 1st, 2021 (edited)
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. MOONSET - Character Profile
  3. Profile by HTMLobster (noll)
  4.  
  5.  
  6. TOS:
  7. Do not remove my credit. You may edit it, however.
  8. You may edit code/frankenstein with others as long as their TOS allows!
  9. Turn off WYSIWYG and turn on Code Editor.
  10. Ask me if you want to redistribute edits. Must be F2U.
  11. ------------------------------------------------------------------>
  12. <div class="container p-0 p-sm-4" style="max-width:600px;">
  13. <div class="row no-gutters">
  14. <div class="col-sm-auto justify-content-center mb-2 mb-sm-0">
  15. <div style="width:200px">
  16. <!-- icon background -->
  17. <div class="rounded-circle p-2" style="height:200px; width:200px; background:linear-gradient(#B9A9E3,#D380E4,#ED80CB,#EE8278,#F7D662); overflow:hidden; border:1px solid #B2DFE3; position:relative; z-index:1;">
  18. <!-- icon image - blend mode can be changed but overlay, screen, and luminosity work best - square shape is best -->
  19. <img style="mix-blend-mode:overlay; max-width:200px; margin-top:-8px; margin-left:-8px;" src="IMG_URL">
  20. </div>
  21. <!-- animated stars - delete "fa-pulse" to remove animation -->
  22. <i class="fas fa-star float-right fa-3x fa-pulse" style="color:#B2DFE3; margin-left:-50px; margin-top:-200px; animation-direction:reverse; animation-duration:2.4s; position:relative; z-index:2;"></i>
  23. <i class="fas fa-star float-left fa-2x ml-2 fa-pulse" style="margin-top:-40px; color:#B2DFE3; animation-duration:2.5s; position:relative; z-index:2;"></i>
  24. <i class="fas fa-star float-left fa-pulse" style="margin-top:-12px; margin-left:35px; color:#B2DFE3; animation-direction:reverse; animation-duration:2.3s; position:relative; z-index:2;"></i>
  25. </div>
  26. </div>
  27. <!-- right column -->
  28. <div class="col-sm rounded bg-faded ml-sm-3" style="overflow:hidden; border:1px solid #B2DFE3;">
  29. <div class="p-2" style="clip-path:polygon(0% 0%, 0% 100%, 100% 0%); background:#B2DFE3; width:50px; height:50px; position:absolute;">
  30. <div class="bg-faded rounded-circle" style="height:100px; width:100px; margin-top:-8px; margin-left:-8px;"></div>
  31. </div>
  32. <!-- text -->
  33. <div class="px-4 py-3" style="position:relative;">
  34. <!-- heading -->
  35. <h1 class="display-4">
  36. <!-- name -->
  37. Character Name
  38. <!-- icon -->
  39. <span class="float-right"><i class="fas fa-cloud" style="color:#B9A9E3;"></i></span>
  40. </h1>
  41. <!-- description - use <br> for line breaks -->
  42. <div class="text-justify" style="height:125px; overflow:auto;">
  43. <p>
  44. <i class="fas fa-leaf" style="color:#B9A9E3;"></i> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam quis ipsum sed arcu porta condimentum. Nullam ut volutpat odio, non consequat eros.
  45. <br>
  46. <i class="fas fa-flower" style="color:#B9A9E3;"></i> Morbi a lorem fringilla diam convallis interdum ut sed felis.
  47. </p>
  48. </div>
  49. </div>
  50. <!-- end text -->
  51. <div style="clip-path:polygon(0% 100%, 100% 0%, 100% 100%); background:#B2DFE3; width:50px; height:50px; position:absolute; bottom:0; right:0;">
  52. <div class="bg-faded rounded-circle" style="height:100px; width:100px; margin-left:-50px; margin-top:-50px;"></div>
  53. <div style="position:absolute; bottom:0; right:3px; font-size:12px;">
  54. <a href="https://toyhou.se/HTMLobster" data-toggle="tooltip" title="code by noll" style="color:#000;"><i class="far fa-code"></i></a>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
Add Comment
Please, Sign In to add comment