Advertisement
LivvyAh

MODULAR: Stats 1.0-Cardo

Mar 1st, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 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-secondary">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 mb-3">
  13. <div class="card p-2">
  14. <div class="text-uppercase text-primary" style="letter-spacing:3px; font-size:25px;">
  15. <i class="fa-duotone fa-clipboard-list"></i> STATS
  16. </div>
  17. <hr class="bg-secondary w-100">
  18. <div class="row">
  19. <div class="col-md-6 col-sm-12">
  20. <div class="p-1 d-flex justify-content-between mb-1">
  21. <span class="text-uppercase text-secondary">Height
  22. </span>?'??"
  23. </div>
  24. <div class="p-1 d-flex justify-content-between mb-1">
  25. <span class="text-uppercase text-secondary">Race
  26. </span>????
  27. </div>
  28. <div class="p-1 d-flex justify-content-between mb-1">
  29. <span class="text-uppercase text-secondary">Build
  30. </span>???
  31. </div>
  32. <div class="p-1 d-flex justify-content-between mb-1">
  33. <span class="text-uppercase text-secondary">Weight
  34. </span>??? lbs
  35. </div>
  36. </div>
  37. <div class="col-md-6 col-sm-12">
  38. <div class="p-1 d-flex justify-content-between mb-1">
  39. <span class="text-uppercase text-secondary">Worth
  40. </span>$$$
  41. </div>
  42. <div class="p-1 d-flex justify-content-between mb-1">
  43. <span class="text-uppercase text-secondary">Original Worth
  44. </span>$$$
  45. </div>
  46. <div class="p-1 d-flex justify-content-between mb-1">
  47. <span class="text-uppercase text-secondary">No. Art Pieces
  48. </span>???
  49. </div>
  50. <div class="p-1 d-flex justify-content-between mb-1">
  51. <span class="text-uppercase text-secondary">Offer Status
  52. </span>Not For Offers
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <!-- STATS END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement