Advertisement
lullahbye

music tape (simple)

Nov 24th, 2020 (edited)
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 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. <div class="bg-primary">
  48. <div class="" style="padding:30px 40px;">
  49. <div class="row no-gutters text-white" style="height:100px;background-color:#fff;border-radius:50px;">
  50.  
  51. <!--------- left circle --------->
  52. <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>
  53. </div>
  54.  
  55. <div class="col-6 text-center my-auto">
  56. <div class="">
  57. <!--------- USER DESC --------->
  58. <!-- this box does not scroll so if u write too much the text's gonna float off -->
  59. <p class="" style="font-size:0.9em; letter-spacing:1px;background-color:#fff;color:#333;">
  60. NAME<br>
  61. PRONOUNS<br>
  62. AGE Y.O</p>
  63. </div>
  64. </div>
  65.  
  66. <!--------- right circle --------->
  67. <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>
  68. </div>
  69.  
  70. </div>
  71. </div>
  72. </div>
  73. <div class="w-100 text-center mt-1" style="font-size:;letter-spacing:1.5px;font-style:italic;color:#fff">
  74. <!--------- MUSIC LINK --------->
  75. <i class="fas fa-play fa-sm"></i> <a href="https://www.youtube.com/" class="text-white" style="text-decoration:underline">TITLE - Artist</a>
  76.  
  77. </div>
  78. </div>
  79. <div class="text-right">
  80. <a class="tooltipster" style="color:#fff;font-size:0.8em;" title="code by Lullah" href="lullah"><i class="fas fa-paw"></i></a>
  81. </div>
  82. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement