Advertisement
KIL0MILES

what the

Jun 5th, 2022 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. <!---
  2.  
  3. hi!!!
  4.  
  5. bg: #555;
  6. border & text: #fff
  7. accent: #111
  8.  
  9.  
  10. ---->
  11.  
  12.  
  13. <div align="center">
  14.  
  15. <div class="table-responsive card p-2 border-0 rounded-0" style="background-color:#555; width:400px; height:500px;">
  16. <div align="center">
  17.  
  18. <hr style="border-color:#fff; border-width:2px">
  19.  
  20. <img src="IMG_LINK" class="rounded-circle; img-thumbnail" style="max-width:200px;">
  21.  
  22. <hr style="border-color:#fff; border-width:2px">
  23.  
  24. <h1><span style="color:#111">USERNAME</span> <i>!!</i></h1>
  25.  
  26. <hr style="border-color:#fff; width:200px">
  27. <div class="justify-content-between;">
  28. <span class="text-uppercase" style="color:#111">
  29. NAME
  30. </span>
  31. <span style="color:#444">——————</span>
  32. <span style="color:#fff">
  33. content
  34. </span>
  35. </div>
  36. <!--SECOND ITEM-->
  37. <div class="justify-content-between;">
  38. <span class="text-uppercase" style="color:#111">
  39. AGE
  40. </span>
  41. <span style="color:#444">——————</span>
  42. <span style="color:#fff">
  43. content
  44. </span>
  45. </div>
  46. <!--THIRD ITEM-->
  47. <div class="justify-content-between;">
  48. <span class="text-uppercase" style="color:#111">
  49. IDENTITY
  50. </span>
  51. <span style="color:#444">——————</span>
  52. <span style="color:#fff">
  53. gender/prns
  54. </span>
  55. </div>
  56. <!-- -->
  57. <div class="justify-content-between;">
  58. <span class="text-uppercase" style="color:#111">
  59. ETC
  60. </span>
  61. <span style="color:#444">——————</span>
  62. <span style="color:#fff">
  63. content
  64. </span>
  65. </div>
  66. <!-- -->
  67. <div class="justify-content-between;">
  68. <span class="text-uppercase" style="color:#111">
  69. ETC
  70. </span>
  71. <span style="color:#444">——————</span>
  72. <span style="color:#fff">
  73. content
  74. </span>
  75. </div>
  76.  
  77. <hr style="border-color:#fff; width:200px">
  78.  
  79. <blockquote>
  80.  
  81. <h1 style="color:#fff">
  82. <i class="fas fa-quote-left"></i> —
  83. <i> song lyrics here.. </i>
  84. — <i class="fas fa-quote-right"></i>
  85.  
  86. <span>
  87. <a href="SONG_LINK">
  88. <i class="fas fa-play-circle" data-toggle="tooltip" title="song name - artist"></i>
  89. </a>
  90. </span>
  91. </h1>
  92.  
  93. </blockquote>
  94.  
  95. <hr style="border-color:#fff; width:200px">
  96.  
  97. <p style="color:#fff">funny text here</p>
  98.  
  99.  
  100. <hr style="border-color:#fff; width:200px">
  101.  
  102. <a href="DEVIANTART">
  103. <i class="fab fa-deviantart fa-2x"></i>
  104. </a>
  105. <a href="TWITTER">
  106. <i class="fab fa-twitter fa-2x"></i>
  107. </a>
  108. <a href="TUMBLR">
  109. <i class="fab fa-tumblr fa-2x"></i>
  110. </a>
  111. <a href="DISC_SERVER">
  112. <i class="fab fa-discord fa-2x" data-toggle="tooltip" title="NAME#0000"></i>
  113. </a>
  114.  
  115. <hr style="border-color:#fff; border-width:2px">
  116.  
  117. <a href="https://toyhou.se/AEVANSAETHER">
  118. <i class="fas fa-code fa-2x" data-toggle="tooltip" title="CODE BY AEVANSAETHER"></i>
  119. </a>
  120.  
  121. </div>
  122. </div>
  123.  
  124. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement