Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <div class="container p-0">
  2. <div class="row no-gutters bg-faded rounded p-2">
  3. <!-- -------------------------------
  4.  
  5.  
  6. PROFILE INFO
  7.  
  8.  
  9. -------------------------------- -->
  10. <div class="col-lg-8 p-2">
  11. <div class="card border-0 d-block p-3 h-100">
  12. <!-- ------------------------
  13.  
  14. TITLE
  15.  
  16. ------------------------- -->
  17. <div class="display-4 text-uppercase d-flex justify-content-between" style="font-size:22px;letter-spacing:1px;">Playlist&nbsp;<i class="fa fa-music"></i></div>
  18. <hr class="my-1">
  19. <!-- ------------------------
  20.  
  21. INFO
  22.  
  23. ------------------------- -->
  24. <div class="row no-gutters">
  25. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">Band</span> Song Title</div>
  26. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">BAND<br></span> Song Title</div>
  27. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">Band</span>Song Title</div>
  28. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">BAND<br></span> Song Title</div>
  29. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">Band</span>Song Title</div>
  30. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">BAND<br></span>Song Title</div>
  31. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">Band</span>Song Title</div>
  32. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">BAND<br></span>Song Title</div>
  33. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">Band</span> Song Title</div>
  34. <div class="col-lg-6 p-2 d-flex justify-content-between"><span class="text-uppercase text-muted">BAND<br></span> Song Title</div>
  35. </div>
  36. </div>
  37. </div>
  38. <!-- -------------------------------
  39.  
  40. AVATAR
  41. Can be any size, just make sure
  42. the subject centered
  43.  
  44. -------------------------------- -->
  45. <div class="col-lg-4 p-2">
  46. <div class="rounded h-100" style="min-height:250px;
  47. background: url(https://i.pinimg.com/564x/71/1a/74/711a742b7a4132c6dec64e3876125cbd.jpg) center;background-size:cover;">
  48. <br>
  49. </div>
  50. </div>
  51. </div><a class="d-block text-right pt-1" href="https://toyhou.se/vomcodesstuff" style="font-size:12px;"><i class="fal fa-code tooltipster" data-placement="left" title="code by vom"></i></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement