Advertisement
Softbearix_

User Card / F2U Code

May 8th, 2021 (edited)
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. <!--------------------- USER CARD --------------------->
  2. <div class="container p-5">
  3. <div class="row justify-content-md-center">
  4. <div class="col-xs-12 mx-3 my-5 px-4 pt-4 pb-0 rounded" style="box-shadow:0 0 8px #000;border:1px solid #000;width:50%;padding-top:100px;text-align:center;font-size:11px;color:#1a2121;background-color:rgba(252,255,255,0.8);"><span style="font-size: 24px; color: rgb(124, 139, 148);"
  5.  
  6. <!--------------------- NAME/USER --------------------->
  7.  
  8. >USERNAME</span><span style="font-size: 24px;">&nbsp;</span><span style="font-size: 24px;"><br></span><span style="font-size: 11px;">
  9.  
  10. <!--------------------- AVATAR IMAGE, MUST BE 200 x 200 --------------------->
  11.  
  12. <img src="https://i.pinimg.com/originals/8e/49/3d/8e493d5667ed71bf6eefb58aad1550a9.gif" class="float-md-right d-block ml-md-2 mx-auto mb-md-0 mb-3 tooltipster fr-fir fr-dib" style="max-height: 400px;" title="art by USERNAME @ SITE" width="290" height="279">
  13.  
  14. <!--------------------- ABOUT--------------------->
  15.  
  16. </span>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum odio. Vitae nunc sed velit dignissim sodales ut eu sem integer. Porttitor lacus luctus accumsan tortor posuere ac ut consequat semper. Sodales neque sodales ut etiam sit amet nisl purus in. Justo donec enim diam vulputate ut.
  17.  
  18. <p class="text-muted text-center mt-3">
  19. <br>
  20. </p>
  21.  
  22. <p class="text-muted text-center mt-3">
  23. <br>
  24. </p>
  25.  
  26. <p class="text-muted text-center mt-3">
  27. <br>
  28. </p>
  29. <!---------------------LINKS--------------------->
  30.  
  31. <p class="text-muted text-center mt-3">
  32. <a class="fab fa-youtube tooltipster cc_cursor" href="LINK%20HERE" title="youtube"></a><span class="mx-2">★</span>
  33. <a class="fab fa-instagram tooltipster" title="instagram" href="LINK%20HERE"></a>
  34. <span class="mx-2">★</span>
  35. <a class="fab fa-twitter tooltipster" href="LINK%20HERE" title="twitter"></a>
  36. <span class="mx-2">★</span>
  37. <a class="fab fa-deviantart tooltipster" href="LINK%20HERE" title="deviantart"></a>
  38. </p>
  39.  
  40. <p class="text-muted text-center mt-3">
  41.  
  42. <!--------------------- CREDIT (PLEASE DON'T REMOVE.) --------------------->
  43.  
  44. <a class="fas fa-stars tooltipster" href="https://toyhou.se/chaxse" title="Code by chaxse"></a>
  45. </p>
  46.  
  47. <p class="text-muted text-center mt-3">
  48. <br>
  49. </p>
  50. </div>
  51. </div>
  52. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement