Advertisement
CRon7

3. Auction Profile

Jun 14th, 2021
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <!---
  2.  
  3. colors used
  4.  
  5. dark pale brown. #534247
  6. pink. #D8607B
  7.  
  8. --- container box --->
  9.  
  10. <div class="container-fluid" style="max-width: 500px; letter-spacing: 0.2px; padding-top: 30px;">
  11.  
  12. <div class="card" style="background-color: #534247; color: #FFFFFF; border: none; border-radius: 2em; box-shadow:0px 0px 1em rgba(0,0,0,0.3);">
  13.  
  14. <!--- background img --->
  15.  
  16. <img class="card-img-top" src="https://cdn.discordapp.com/attachments/745266965287010446/853851232132136960/13eab19adc14e0a0eedbcd42c2c44305.png" style="max-height: 200px; object-fit: cover; background-position:center; border-radius: 2em 2em 0em 0em;">
  17.  
  18. <!--- icon --->
  19.  
  20. <div class="card-title text-center m-4">
  21. <img class=" rounded-circle p-2" src="https://f2.toyhou.se/file/f2-toyhou-se/characters/11499904?1623642947" style="background-color: #D8607B; margin-top: -150px">
  22. </div>
  23.  
  24. <!--- name --->
  25.  
  26. <div class="card-title text-center" style="padding-bottom: 15px;">
  27. <span class="badge badge-pill p-2" style="font-size: 20px; letter-spacing: 3px; background-color: #D8607B;"><i class="fas fa-bomb font-weight-light"></i>
  28. Adoptable
  29. <i class="fas fa-bomb font-weight-light"></i></span>
  30.  
  31. <!--- don't delete credits --->
  32.  
  33. <p style="margin-top: 5px">Code. <a class="text-uppercase font-weight-bold" style="color: #D8607B;" href="https://toyhou.se/Cretan">Charon.781 <i class="fas fa-mug-tea"></i></a> </p>
  34. </div>
  35.  
  36. <!--- stats --->
  37.  
  38. <div class="p-3">
  39. <div class="col-lg-12 d-flex justify-content-between" style="margin-top: -10px;">
  40. <span class="badge badge-pill text-lowercase text-left" style="background: #D8607B; font-size: 15px; letter-spacing: 3px;">
  41. starting bid
  42. </span>
  43. <span class="text-right" style="letter-spacing: 5px;">
  44. £5
  45. </span>
  46. </div>
  47.  
  48. <br>
  49. <br>
  50.  
  51. <div class="col-lg-12 d-flex justify-content-between" style="margin-top: -30px;">
  52. <span class="badge badge-pill text-lowercase text-left" style="background: #D8607B; font-size: 15px; letter-spacing: 3px;">
  53. starting bid
  54. </span>
  55. <span class="text-right" style="letter-spacing: 5px;">
  56. £5
  57. </span>
  58. </div>
  59.  
  60. <br>
  61. <br>
  62.  
  63. <div class="col-lg-12 d-flex justify-content-between" style="margin-top: -30px;">
  64. <span class="badge badge-pill text-lowercase text-left" style="background: #D8607B; font-size: 15px; letter-spacing: 3px;">
  65. autobuy
  66. </span>
  67. <span class="text-right" style="letter-spacing: 5px;">
  68. N/A
  69. </span>
  70. </div>
  71. </div>
  72.  
  73. <!--- quick description --->
  74.  
  75. <div class="card-body p-3 text-center" style="overflow: hidden; min-height: 50px; max-height: 100px; margin-top: -10px;">
  76. <p>An adoptable up for sale over at. <a href="https://ych.commishes.com/auction/show/UBFE/adoptable-bidding-in-gbp/">YCH.commishes</a></p>
  77.  
  78.  
  79. </div>
  80.  
  81. <!--- ending --->
  82.  
  83. </div>
  84.  
  85. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement