Advertisement
tranzcowboy

03 simple bits

Apr 22nd, 2020
14,424
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 1 0
  1. <div class="container p-0" style="max-width: 300px; font-size: 12px;">
  2.  
  3. <!----- avatar ----->
  4. <div class="card rounded-circle bg-faded p-2 border-0 mx-auto" style="height: 115px; width: 115px; z-index: 1; margin-bottom: -30px;">
  5.  
  6. <div class="card rounded-circle border-0 h-100 w-100" style="
  7. background: url(
  8.  
  9. https://f2.toyhou.se/file/f2-toyhou-se/characters/6287009?1584858723
  10.  
  11. );
  12. background-size: cover;
  13. background-position: center;
  14. z-index: 1;">
  15. </div>
  16.  
  17. </div>
  18. <!---------->
  19.  
  20. <div class="card bg-faded rounded-0 border-0 p-2 pt-4">
  21.  
  22. <!----- name
  23.  
  24. if you wanna change the symbol next to the name look here -> https://fontawesome.com/icons
  25.  
  26. ----->
  27. <span class="mx-auto mt-1 text-primary" style="letter-spacing: 2px; font-size: 14px; font-weight: 300">
  28.  
  29. NAME
  30.  
  31. <i class="fal fa-cloud-sun"></i>
  32. </span>
  33. <!---------->
  34.  
  35. <!----- details ----->
  36. <span class="mx-auto text-muted" style="letter-spacing: 1px;">
  37.  
  38. age . pronouns . etc
  39.  
  40. </span>
  41.  
  42. <hr class="w-50 my-1">
  43. <!---------->
  44.  
  45. <p class="text-center mb-1">
  46.  
  47. <!----- paragraph ----->
  48.  
  49. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc rhoncus pretium erat a finibus. Aliquam dictum scelerisque velit quis bibendum. Nullam sed mi auctor, viverra elit laoreet, laoreet augue.
  50.  
  51. <!---------->
  52.  
  53. </p>
  54.  
  55. <hr class="w-50 my-1">
  56.  
  57. <!----- notice header ----->
  58. <span class="mx-auto text-muted" style="letter-spacing: 2px; font-size: 14px; font-weight: 300">
  59.  
  60. <i class="fal fa-comment-exclamation"></i> NOTICE
  61.  
  62. </span>
  63. <!---------->
  64.  
  65. <ul class="fa-ul">
  66.  
  67. <!----- list ------->
  68.  
  69. <li><i class="fal fa-chevron-right text-muted"></i>
  70. Lorem ipsum dolor sit amet.
  71. </li>
  72.  
  73. <li><i class="fal fa-chevron-right text-muted"></i>
  74. Nunc rhoncus pretium erat a finibus.
  75. </li>
  76.  
  77. <li><i class="fal fa-chevron-right text-muted"></i>
  78. Aliquam dictum scelerisque velit.
  79. </li>
  80.  
  81. <!---------->
  82.  
  83. </ul>
  84.  
  85. <!----- social media ----->
  86. <h5 class="text-muted text-center mt-1" style="letter-spacing: 0.5px; font-size: 10px;">
  87.  
  88. <a class="fab fa-instagram tooltipster" title="instagram"
  89. href="LINK HERE"></a>
  90.  
  91. /
  92.  
  93. <a class="fab fa-twitter tooltipster" title="twitter"
  94. href="LINK HERE"></a>
  95.  
  96. /
  97.  
  98. <a class="fab fa-youtube tooltipster" title="youtube"
  99. href="LINK HERE"></a>
  100.  
  101. /
  102.  
  103. <a class="fab fa-tumblr tooltipster" title="tumblr"
  104. href="LINK HERE"></a>
  105.  
  106. /
  107.  
  108. <i class="fab fa-discord tooltipster text-primary" title="user#0000"></i>
  109.  
  110. </h5>
  111.  
  112. <!---------->
  113.  
  114. </div>
  115.  
  116. <!----- credit -- please dont remove ----->
  117. <a class="fal fa-code pull-right tooltipster mt-1" title="code by ronnie" href="https://toyhou.se/6661907.-users-simple-bits" style="font-size: 10px;"></a>
  118. <!---------->
  119.  
  120. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement