Advertisement
lullahbye

music tape (image)

Nov 24th, 2020 (edited)
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <!---
  2.  
  3. ========================================================
  4.  
  5. code by Lullah
  6. colors used:
  7. > primary (bootstrap; backrgound)
  8. > #fff (white; links, background)
  9. > #333 (very dark grey; text)
  10. > #222 (off-black; borders)
  11.  
  12. You may...
  13. > Edit this code to oblivion!
  14. > Recycle parts for your own use!
  15.  
  16. You may not...
  17. > Remove my watermark!
  18.  
  19. ========================================================
  20.  
  21. --->
  22.  
  23. <div class="container" style="width:530px;margin-top:8%;">
  24. <div class="" style="height:243px;padding: 10px 8px;border-radius:15px;background-color:#222;">
  25. <div class="row mx-auto">
  26.  
  27. <div class="col-3 text-center" style="margin-bottom:5px;">
  28. <!--------- FIRST LINK --------->
  29. <a href="https://twitter.com/" title="twitter" style="color:#fff" class="tooltipster" data-toggle="tooltip" data-placement="top"><i class="far fa-circle fa-lg"></i></a>
  30. </div>
  31. <div class="col-3 text-center" style="margin-bottom:5px;">
  32. <!--------- SECOND LINK --------->
  33. <a href="https://twitter.com/" title="twitter" style="color:#fff" class="tooltipster" data-toggle="tooltip" data-placement="top"><i class="far fa-circle fa-lg"></i></a>
  34. </div>
  35. <div class="col-3 text-center" style="margin-bottom:5px;">
  36. <!--------- THIRD LINK --------->
  37. <a href="https://twitter.com/" title="twitter" style="color:#fff" class="tooltipster" data-toggle="tooltip" data-placement="top"><i class="far fa-circle fa-lg"></i></a>
  38. </div>
  39. <div class="col-3 text-center" style="margin-bottom:5px;">
  40. <!--------- FOURTH LINK --------->
  41. <!--- if you really dislike that paw icon at the bottom just put my credit here LOL --->
  42. <a href="https://twitter.com/" title="twitter" style="color:#fff" class="tooltipster" data-toggle="tooltip" data-placement="top"><i class="far fa-circle fa-lg"></i></a>
  43. </div>
  44.  
  45. </div>
  46.  
  47. <!--------- BACKGROUND IMAGE --------->
  48. <div style="background-image:url(https://images.unsplash.com/photo-1600373698766-581944bce3a1?ixlib=rb-1.2.1&auto=format&fit=crop&w=1189&q=80);
  49. background-attachment:fixed;
  50. background-position:center;
  51. background-size:cover;">
  52. <div class="" style="padding:30px 40px;">
  53. <div class="row no-gutters text-white" style="height:100px;background-color:#fff;border-radius:50px;">
  54.  
  55. <!--------- left circle --------->
  56. <div class="col-3 my-auto" style=";"><div class="rounded-circle m-auto" style="height:60px;width:60px;border:10px solid #222;background-color:#fff;"></div>
  57. </div>
  58.  
  59. <div class="col-6 text-center my-auto">
  60. <div class="">
  61. <!--------- USER DESC --------->
  62. <!-- this box does not scroll so if u write too much the text's gonna float off -->
  63. <p class="" style="font-size:0.9em; letter-spacing:1px;background-color:#fff;color:#333;">
  64. NAME<br>
  65. PRONOUNS<br>
  66. AGE Y.O</p>
  67. </div>
  68. </div>
  69.  
  70. <!--------- right circle --------->
  71. <div class="col-3 my-auto" style=";"><div class="rounded-circle m-auto" style="height:60px;width:60px;border:10px solid #222;background-color:#fff;"></div>
  72. </div>
  73.  
  74. </div>
  75. </div>
  76. </div>
  77. <div class="w-100 text-center mt-1" style="font-size:;letter-spacing:1.5px;font-style:italic;color:#fff">
  78. <!--------- MUSIC LINK --------->
  79. <i class="fas fa-play fa-sm"></i> <a href="https://www.youtube.com/" class="text-white" style="text-decoration:underline">TITLE - Artist</a>
  80.  
  81. </div>
  82. </div>
  83. <div class="text-right">
  84. <a class="tooltipster" style="color:#fff;font-size:0.8em;" title="code by Lullah" href="lullah"><i class="fas fa-paw"></i></a>
  85. </div>
  86. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement