Advertisement
MCDogWarrior

Basic Character Custom

May 15th, 2021
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. <div class="container-fluid my-1" style="color:#ffffff;max-width:1800px;">
  2. <div class="container">
  3. <!--Background image-->
  4. <div class="card rounded-0 border-0 p-2 mt-3" style="background-image:url(IMG URL); background-attachment:fixed; background-size:cover; background-position: center;">
  5. <div class="row no-gutters">
  6. </div>
  7.  
  8. <!--Main box-->
  9. <div class="container-fluid p-3" style="color:#ffffff;max-width:1500px;">
  10. <div class="container">
  11. <div class="card card-block bg-faded" style="background-color:#0D052A;">
  12. <!--Side image on left-->
  13. <div class="row">
  14. <div class="col-4">
  15. <div style="background: url(IMG URL); background-repeat: no-repeat; background-size:cover; background-position: center; min-height:650px; max-width:400px;" class="card-block h-0" >
  16. </div>
  17. </div>
  18.  
  19. <div class="col-8">
  20. <div class="container-fluid my-1" style="color:#ffffff;max-width:500px;">
  21. <!--Title card (use https://fontawesome.com/icons?d=gallery for icons)-->
  22. <div class="card card-block bg-faded p-2" style="background-color:#351C56;">
  23. <p style="text-align: center;"><span style="font-size: 25px;"><i class="fad fa-grip-lines"></i>&nbsp;<strong>TITLE</strong>&nbsp;<i class="fad fa-grip-lines"></i></span></p>
  24. </div>
  25. </div>
  26. <!--Basic info-->
  27. <div class="row">
  28. <div class="col-7">
  29. <div class="card bg-faded p-2" style="background-color:#351C56;max-width:800px;">
  30. <div class="col-12 justify-content-between" style="text-align: center;"><strong>Name</strong> info</div>
  31. <div class="col-12 justify-content-between" style="text-align: center;"><strong>Age</strong> info</div>
  32. <div class="col-12 justify-content-between" style="text-align: center;"><strong>Gender</strong> info</div>
  33. <div class="col-12 justify-content-between" style="text-align: center;"><strong>Species</strong> info</div>
  34. <div class="col-12 justify-content-between" style="text-align: center;"><strong>Orientation</strong> info</div>
  35. </div>
  36. </div>
  37. <!--Interests/Likes/Hobbies-->
  38. <div class="col-5">
  39. <div class="card bg-faded p-2" style="background-color:#351C56;max-width:800px;">
  40. <p style="text-align: left;"><strong><u>Interests</u></strong></p>
  41. <a style="text-align: left;"><strong>- </strong>something they like</p>
  42. <a style="text-align: left;"><strong>- </strong>something they do</p>
  43. <a style="text-align: left;"><strong>- </strong>something they appreciate</p>
  44. <a style="text-align: left;"><strong>- </strong>etc</p>
  45. </div>
  46. </div>
  47. </div>
  48. <!--Color palette-->
  49. <div class="container-fluid my-1" style="color:#ffffff;max-width:700px;">
  50. <div class="row">
  51. <div class="col-2">
  52. <div class="card card-block bg-faded my-2" style="background-color:#818181; max-height:100px;"></div>
  53. </div>
  54. <div class="col-2">
  55. <div class="card card-block bg-faded my-2" style="background-color:#818181; max-height:100px;"></div>
  56. </div>
  57. <div class="col-2">
  58. <div class="card card-block bg-faded my-2" style="background-color:#818181; max-height:100px;"></div>
  59. </div>
  60. <div class="col-2">
  61. <div class="card card-block bg-faded my-2" style="background-color:#818181; max-height:100px;"></div>
  62. </div>
  63. <div class="col-2">
  64. <div class="card card-block bg-faded my-2" style="background-color:#818181; max-height:100px;"></div>
  65. </div>
  66. <div class="col-2">
  67. <div class="card card-block bg-faded my-2" style="background-color:#818181; max-height:100px;"></div>
  68. </div>
  69. </div>
  70. </div>
  71.  
  72. <!--Paragraph, write a bunch of stuff about stuff-->
  73. <div class="card bg-faded p-2" style="background-color:#351C56;max-width:800px;min-height:255px;overflow:auto;">
  74. <p style="text-align: left;"><span style="font-size: 20px;"><strong>HEADER</strong></span></p>
  75. <p style="text-align: left;"><span style="font-size: 13px;">A short summary of the character or a brief personality description. and uh yeah just type a bunch of stuff- box scrolls</span></p>
  76. <a style="text-align: left;"><span style="font-size: 13px;">blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah </span></p>
  77. </div>
  78. <!--Stats, adjust the progress bar- the higher it is the higher the stat (obviously)-->
  79. <div class="card bg-faded my-1 p-2" style="background-color:#351C56;max-width:800px;min-height:100px;">
  80. <div class="row p-1">
  81. <div class="col-md-6">
  82. <span>Intelligence</span>
  83. <div class="progress bg-dark rounded mt-1">
  84. <div class="progress-bar" style="width: 50%;height: 12px; background-color: #F02B59"></div>
  85. </div></div>
  86. <div class="col-md-6">
  87. <span>Confidence</span>
  88. <div class="progress bg-dark rounded mt-1">
  89. <div class="progress-bar" style="width: 50%;height: 12px; background-color: #F02B59"></div>
  90. </div></div>
  91. <div class="col-md-6">
  92. <span>Temper</span>
  93. <div class="progress bg-dark rounded mt-1">
  94. <div class="progress-bar" style="width: 50%;height: 12px; background-color: #F02B59"></div>
  95. </div></div>
  96. <div class="col-md-6">
  97. <span>Humor</span>
  98. <div class="progress bg-dark rounded mt-1">
  99. <div class="progress-bar" style="width: 50%;height: 12px; background-color: #F02B59"></div>
  100. </div></div>
  101. <div class="col-md-6">
  102. <span>Empathy</span>
  103. <div class="progress bg-dark rounded mt-1">
  104. <div class="progress-bar" style="width: 50%;height: 12px; background-color: #F02B59"></div>
  105. </div></div>
  106. <div class="col-md-6">
  107. <span>Creativity</span>
  108. <div class="progress bg-dark rounded mt-1">
  109. <div class="progress-bar" style="width: 50%;height: 12px; background-color: #F02B59"></div>
  110. </div></div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117.  
  118. <!--This part can be removed if the bg belong to you-->
  119. <div class="col-12 justify-content-between" style="text-align: center;">
  120. <strong><a href="https://sta.sh/01qruqlrt6nx" class="text-white" data-toggle="tooltip" title="bg image"><i class="fas fa-image"></i> </a></strong>
  121. <!--stop removing here (please keep credit thanks yw)-->
  122. <p style="text-align: right;"><span style="font-size: 9px;">Code by <a href="https://toyhou.se/MCDogWarrior" id="">MCDogWarrior</a></span></p>
  123. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement