MCDogWarrior

Split character (custom)

Jan 1st, 2022 (edited)
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. <div class="container text-white my-3" style="max-width:800px;">
  2. <!-- background box (hides split line) -->
  3. <div class="card border-0 rounded-0" style="height:400px; font-size:24px; background-color:#Ce528f">
  4. <!-- main box (upper left half)
  5. note: messing with the clip-path will mess with the appearance of the code, so only mess with it if you know what you're doing (I certainly don't) -->
  6. <div class="card border-0 rounded-0" style="height:400px; font-size:24px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 100%,0% 100%); background-color:#248356">
  7. </div>
  8. <!-- main box (lower right half) -->
  9. <div class="card border-0 rounded-0" style="margin-top:-400px; height:400px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,100% 0%,0% 100%,100% 100%); background-color:#1f7756;">
  10. </div>
  11. </div>
  12. <!-- quote box -->
  13. <p class="card border-0 rounded-0" style="height:40px; width:610px; font-size:24px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,85% 100%); background-color:#1f7756; position:absolute; top:0px; right:50px;">
  14. <span class="ml-3">"SMALL QUOTE"</span></p>
  15. <!-- name box -->
  16. <p class="card border-0 rounded-0" style="height:40px; width:230px; font-size:24px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,70% 100%); background-color:#1f7756; position:absolute; top:100px; left:140px;">
  17. <span class="mx-auto">NAME</span></p>
  18. <!-- gender box -->
  19. <p class="card border-0 rounded-0" style="height:40px; width:230px; font-size:24px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,70% 100%); background-color:#1f7756; position:absolute; top:170px; left:10px;">
  20. <span class="ml-1">GENDER</span></p>
  21. <!-- age box -->
  22. <p class="card border-0 rounded-0" style="height:40px; width:160px; font-size:24px; background-color:#1f7756; position:absolute; top:215px; left:10px;">
  23. <span class="ml-1">AGE</span></p>
  24. <!-- species box -->
  25. <p class="card border-0 rounded-0" style="height:40px; width:160px; font-size:24px; background-color:#1f7756; position:absolute; top:260px; left:10px;">
  26. <span class="ml-1">SPECIES</span></p>
  27. <!-- character icon -->
  28. <div class="card p-1 rounded-circle"
  29. style="background-image:url( IMGLINK );
  30. background-size:cover; background-position: center; width:200px; height:200px; position:absolute; top:-35px; right:630px; border:5px solid #248356;">
  31. </div>
  32. <!-- text box -->
  33. <p class="card border-0 rounded-0" style="height:235px; width:300px; font-size:15px; background-color:#1f7756; position:absolute; top:160px; right:20px; overflow:auto;">
  34. <span class="ml-1">text box here for like information and stuff I mean yknow you can change the header to whatever and write whatever here hey maybe I should start using punctuation eh too lazy just try to comprehend this also box scrolls</span></p>
  35. <!-- header for text box -->
  36. <p class="card border-0 rounded-0" style="height:40px; width:270px; font-size:24px; text-align:right; background-color:#248356; position:absolute; top:120px; right:10px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,25% 0%,0% 100%,100% 100%)">
  37. <span class="mr-1">HEADER</span></p>
  38. <!-- song title (& artist name) box -->
  39. <p class="card border-0 rounded-0" style="height:40px; width:320px; text-align:right; background-color:#248356; position:absolute; top:350px; right:420px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,25% 0%,0% 100%,100% 100%)">
  40. <span style="font-size:17px;" class="mr-1">SONG TITLE<br></span>
  41. <span class="mr-1" style="font-size:9px;">ARTIST NAME</span></p>
  42. <!-- box with music player -->
  43. <p class="card border-0 rounded-0" style="height:40px; width:34px; font-size:26px; text-align:right; background-color:#248356; position:absolute; top:350px; right:380px;"><span><i class="fas fa-compact-disc fa-spin mr-1"></i></span></p>
  44. <!-- music player (replace (ID) with the letter spam at the end of YouTube links) -->
  45. <iframe src="https://www.youtube-nocookie.com/embed/(ID)" class="border-0" style="position: absolute; top:350px; right:380px; height: 40px; width: 34px; z-index: 9; opacity: 0;"></iframe>
  46. <!-- icon bunch (largest, small, last 2 smallest)-->
  47. <p style="position:absolute; top:150px; right:400px; font-size:140px;"><i class="fas fa-circle"></i></p>
  48. <p style="position:absolute; top:100px; right:380px; font-size:70px;"><i class="fas fa-circle"></i></p>
  49. <p style="position:absolute; top:50px; right:300px; font-size:50px;"><i class="fas fa-circle"></i></p>
  50. <p style="position:absolute; top:150px; right:360px; font-size:50px;"><i class="fas fa-circle"></i></p>
  51. <!-- code credit (don't remove/alter!) -->
  52. <p class="card border-0 rounded-0" style="height:40px; width:95px; font-size:12px; background-color:#1f7756; position:absolute; top:310px; left:10px;">
  53. <span class="ml-1"><a style="color:#F9E9CD;" href="https://toyhou.se/MCDogResource">Code by MCDogWarrior</a></span></p>
  54. </div>
Add Comment
Please, Sign In to add comment