Advertisement
LeafJelly

Simple Chara Code - No BG

Jan 8th, 2023 (edited)
5,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <!-----------------------------------
  2. Simple by LeafJelly
  3. No Background
  4.  
  5. Rules
  6. 1. DO NOT REMOVE credits
  7. 2. DO NOT redistribute purchased codes
  8. 3. Turn off WYSIWYG before using my HTML codes and while editing, it'll break otherwise
  9. 4. You can modify and frankestein my codes with credit to all the source codes, and only if the other coders allow it.
  10. 5. You may NOT redistribute frankesteined codes under your own name, claiming it as your own work. Copy and pasting parts of my code without credit is theft, and takes advantage of my work that's provided for free.
  11. 6.You're allowed to heavily modify my codes, as long as credit to me stays on the page. If the credit breaks, feel free to write it in somewhere instead or at the bottom.
  12. ------------------------------------>
  13.  
  14. <div class="mx-auto p-1" style="max-width:550px"><div class="row no-gutters">
  15. <div class="col-md-5 m-auto text-center text-md-right">
  16. <!--------------------------------
  17. Page Doll Image
  18. Replace the URL with a image address
  19. --------------------------------->
  20. <img src="
  21.  
  22. https://pbs.twimg.com/media/FQ_yFiLXMAAJmW9.png
  23.  
  24. " style="max-height:250px">
  25. </div>
  26.  
  27. <div class="col-7 p-1 m-auto text-center" style="font-family:trebuchet ms">
  28. <div>
  29. <span style="font-size:1.4em; letter-spacing:2px;">
  30. <!------------------------------
  31. Font Awesome Symbol
  32. Change the symbol by changing the word star in the text fa-star
  33. with the symbol of your choice from here https://fontawesome.com/search
  34. -------------------------------->
  35. <i class="fas fa-lg fa-star"></i>
  36. <!------------------------------
  37. Character Name / Title
  38. -------------------------------->
  39. <br>
  40. Character Name
  41. </span>
  42. <hr class="m-0">
  43. <!------------------------------
  44. Character Info / Text
  45. -------------------------------->
  46. <p>
  47. Age · Gender · Pronouns
  48. <br>
  49. Write some stuff here about your character. Keep it short, this does not scroll!
  50. </p>
  51. </div>
  52. <!-------------- CREDIT DO NOT REMOVE -------------------->
  53. <div class="text-center">
  54. <a href="https://toyhou.se/LeafJelly" class="tooltipster text-muted mt-3" title="HTML by LeafJelly"><i class="far fa-code fa-xs"></i></a>
  55. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement