Advertisement
tranzcowboy

04 simple bits

Apr 22nd, 2020
9,432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. <div class="container p-0 my-auto" style="max-width: 300px; font-size: 12px;">
  2.  
  3. <div class="card bg-faded rounded-0 p-1">
  4.  
  5. <div class="justify-content-between">
  6. <!----- header
  7.  
  8. to change the symbols, check here -> https://fontawesome.com/icons
  9. to change it, just replace 'cloud-sun' with the symbol name you wanna use
  10.  
  11. ----->
  12. <h5 class="text-primary d-inline-block m-0" style="font-size: 14px;">
  13.  
  14. <i class="fal fa-cloud-sun"></i>
  15.  
  16. </h5>
  17.  
  18. <h5 class="text-primary d-inline-block m-0" style="font-size: 14px; font-weight: 300; letter-spacing: 2px;">
  19.  
  20. NAME
  21.  
  22. </h5>
  23.  
  24. <h5 class="text-primary d-inline-block m-0" style="font-size: 14px;">
  25.  
  26. <i class="fal fa-cloud-sun"></i>
  27.  
  28. </h5>
  29. <!----- end header ----->
  30. </div>
  31. </div>
  32.  
  33. <div class="card rounded-0 p-2" style="border-style: none solid none solid;">
  34.  
  35. <!----- top text ----->
  36.  
  37. <span class="mx-auto text-muted" style="letter-spacing: 1px;">
  38.  
  39. <i class="fal fa-chevron-right"></i>
  40. age . gender . etc
  41. <i class="fal fa-chevron-left"></i>
  42.  
  43.  
  44. </span>
  45.  
  46. <!---------->
  47.  
  48. <div class="card rounded-0 my-1" style="border-style: solid none none none;"></div>
  49.  
  50. <p class="text-center m-0">
  51.  
  52. <!----- paragraph -- wont scroll, keep that in mind ----->
  53.  
  54. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc rhoncus pretium erat a finibus. Aliquam dictum scelerisque velit quis bibendum.
  55.  
  56. <!---------->
  57. </p>
  58.  
  59. <div class="card rounded-0 my-1" style="border-style: solid none none none;"></div>
  60.  
  61. <!----- quote ------>
  62.  
  63. <span class="mx-auto text-muted" style="letter-spacing: 1px; font-style: italic;">
  64.  
  65. <i class="fal fa-quote-left"></i>
  66. write a quote or something here...
  67. <i class="fal fa-quote-right"></i>
  68.  
  69.  
  70. </span>
  71.  
  72. <!---------->
  73.  
  74. <div class="card rounded-0 my-1" style="border-style: solid none none none;"></div>
  75.  
  76. <p class="text-center">
  77.  
  78. <!----- art status ----->
  79.  
  80. <span style="letter-spacing: 1px;">
  81. commissions
  82. </span>
  83. <i class="fal fa-arrow-right mr-1"></i>
  84. STATUS
  85.  
  86. <br>
  87.  
  88. <span style="letter-spacing: 1px;">
  89. art trades
  90. </span>
  91. <i class="fal fa-arrow-right mr-1"></i>
  92. STATUS
  93.  
  94. <br>
  95.  
  96. <span style="letter-spacing: 1px;">
  97. collabs
  98. </span>
  99. <i class="fal fa-arrow-right mr-1"></i>
  100. STATUS
  101.  
  102. <br>
  103.  
  104. <span style="letter-spacing: 1px;">
  105. requests
  106. </span>
  107. <i class="fal fa-arrow-right mr-1"></i>
  108. STATUS
  109.  
  110. <br>
  111.  
  112. <!---------->
  113.  
  114. </p>
  115.  
  116.  
  117. </div>
  118.  
  119. <div class="card bg-faded rounded-0 p-1">
  120. <div class="justify-content-between">
  121.  
  122. <h5 class="text-primary d-inline-block m-0" style="font-size: 14px;">
  123. <span class="text-muted pull-left" style="letter-spacing: 0.5px; font-size: 12px;">
  124.  
  125. <!----- social media ----->
  126.  
  127. <a class="fab fa-instagram tooltipster" title="instagram"
  128. href="LINK HERE"></a>
  129.  
  130. /
  131.  
  132. <a class="fab fa-twitter tooltipster" title="twitter"
  133. href="LINK HERE"></a>
  134.  
  135. /
  136.  
  137. <a class="fab fa-youtube tooltipster" title="youtube"
  138. href="LINK HERE"></a>
  139.  
  140. /
  141.  
  142. <a class="fab fa-tumblr tooltipster" title="tumblr"
  143. href="LINK HERE"></a>
  144.  
  145. /
  146.  
  147. <i class="fab fa-discord tooltipster text-primary" title="user#0000"></i>
  148.  
  149. <!---------->
  150.  
  151. </span>
  152. </h5>
  153.  
  154.  
  155. <!----- credit -- please dont remove ----->
  156. <h5 class="text-primary d-inline-block m-0" title="code by ronnie" style="font-size: 14px;">
  157. <a class="fal fa-code tooltipster" href="https://toyhou.se/6661907.-users-simple-bits"></a>
  158. </h5>
  159. <!---------->
  160.  
  161. </div>
  162. </div>
  163.  
  164. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement