Advertisement
LeafJelly

Simple Chara Code - Light Photo BG

Jan 8th, 2023 (edited)
3,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. <!-----------------------------------
  2. Simple by LeafJelly
  3. LIGHT Photo Background Version
  4.  
  5. Use ctrl+F and replace to easily change the Font color
  6. Change the Hex code to the color of your choice
  7. Font-color: #5c1e1a
  8.  
  9. Rules
  10. 1. DO NOT REMOVE credits
  11. 2. DO NOT redistribute purchased codes
  12. 3. Turn off WYSIWYG before using my HTML codes and while editing, it'll break otherwise
  13. 4. You can modify and frankestein my codes with credit to all the source codes, and only if the other coders allow it.
  14. 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.
  15. 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.
  16. ------------------------------------>
  17.  
  18. <!--------------------------------
  19. Background Image
  20. Replace the URL with a image address
  21. --------------------------------->
  22. <div class="card border-0 mx-auto p-3" style="max-width:550px; background-image:url(
  23.  
  24. https://www.pixelstalk.net/wp-content/uploads/images6/Flower-Wallpaper-HD-Free-download.jpg
  25.  
  26. ); background-size:cover; background-attachment:fixed;">
  27.  
  28. <div class="row no-gutters rounded" style="background-color:rgba(255, 255, 255, .8); color:#5c1e1a">
  29. <div class="col-md-5 m-auto text-center text-md-right">
  30.  
  31. <!--------------------------------
  32. Page Doll Image
  33. Replace the URL with a image address
  34. --------------------------------->
  35. <img src="
  36.  
  37. https://pbs.twimg.com/media/FQ_yFiLXMAAJmW9.png
  38.  
  39. " style="max-height:250px">
  40. </div>
  41.  
  42. <div class="col-7 p-1 m-auto text-center" style="font-family:trebuchet ms">
  43. <div>
  44. <span style="font-size:1.4em; letter-spacing:2px;">
  45.  
  46. <!------------------------------
  47. Font Awesome Symbol
  48. Change the symbol by changing the word star in the text fa-star
  49. with the symbol of your choice from here https://fontawesome.com/search
  50. -------------------------------->
  51. <i class="fas fa-lg fa-star"></i>
  52.  
  53. <!------------------------------
  54. Character Name / Title
  55. -------------------------------->
  56. <br>
  57. Character Name
  58. </span>
  59. <hr class="m-0">
  60.  
  61. <!------------------------------
  62. Character Info / Text
  63. -------------------------------->
  64. <p>
  65. Age · Gender · Pronouns
  66. <br>
  67. Write some stuff here about your character. Keep it short, this does not scroll!
  68. </p>
  69. </div>
  70. <!-------------- CREDIT DO NOT REMOVE -------------------->
  71. <div class="text-center">
  72. <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>
  73. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement