Advertisement
LivvyAh

MODULAR: Stats 1.0-ReColor

Feb 13th, 2022
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <!-- STATS START
  2. To add a new pair of label+answer add:
  3. <div class="p-1 d-flex justify-content-between mb-1">
  4. <span class="text-uppercase text-white">Label
  5. </span>Answer
  6. </div>
  7. This bit of code:
  8. <div class="col-md-6 col-sm-12">
  9. Is where the top of the two columns is. Don't delete it but that's what it is if you're trying to keep things even.
  10. -->
  11. <div class="row">
  12. <div class="col-12 p-2">
  13. <div style="background-color:#F1DAC4" class="p-3">
  14. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px; color:#0D0C1D">
  15. Stats
  16. </div>
  17. <hr style="border-color: #474973;" class="w-100">
  18. <div class="p-1">
  19. <div class="row" style="color:#161B33">
  20. <div class="col-md-6 col-sm-12">
  21. <div class="p-1 d-flex justify-content-between mb-1">
  22. <span style="color:#5D6098" class="text-uppercase">Height
  23. </span>?'??"
  24. </div>
  25. <div class="p-1 d-flex justify-content-between mb-1">
  26. <span style="color:#5D6098" class="text-uppercase">Race
  27. </span>?????????
  28. </div>
  29. <div class="p-1 d-flex justify-content-between mb-1">
  30. <span style="color:#5D6098" class="text-uppercase">Build
  31. </span>???????
  32. </div>
  33. <div class="p-1 d-flex justify-content-between mb-1">
  34. <span style="color:#5D6098" class="text-uppercase">Weight
  35. </span>???lbs
  36. </div>
  37. </div>
  38. <div class="col-md-6 col-sm-12">
  39. <div class="p-1 d-flex justify-content-between mb-1">
  40. <span style="color:#5D6098" class="text-uppercase">Worth
  41. </span>$???
  42. </div>
  43. <div class="p-1 d-flex justify-content-between mb-1">
  44. <span style="color:#5D6098" class="text-uppercase">Original Price
  45. </span>$???
  46. </div>
  47. <div class="p-1 d-flex justify-content-between mb-1">
  48. <span style="color:#5D6098" class="text-uppercase">No. Art Pieces
  49. </span>???
  50. </div>
  51. <div class="p-1 d-flex justify-content-between mb-1">
  52. <span style="color:#5D6098" class="text-uppercase">Offer Status
  53. </span>Not For Offers
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
  60. </div>
  61. <!-- STATS END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement