Advertisement
hanyus

f2u - the lost chord

May 2nd, 2021 (edited)
804
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 1 0
  1. <!-- F2U - THE LOST CHORD
  2. find and replace to change colours!
  3. top bar: #202932
  4. bottom bar: #b45944 -->
  5.  
  6. <div class="container-fluid" style="max-width:550px">
  7. <p class="m-2" style="font-size:20px"></p>
  8. <div class="row">
  9. <div class="card rounded-0 col-sm-7" style="background-color:#202932; min-height:30px"></div>
  10. <!--LINKS-->
  11. <div class="container col-sm-5"><a href="link">LINK</a> / <a href="link">LINK</a> / <a href="link">LINK</a></div>
  12. <div class="card rounded-0 col-sm-3 p-0">
  13. <!--MAIN IMAGE-->
  14. <div class="card rounded-0" style="background:url(IMAGE URL HERE); background-size:cover; background-position:center; background-repeat:no-repeat; height:230px">
  15. </div>
  16. </div>
  17. <!--MAIN TEXT-->
  18. <div class="card col-sm-9 p-3"><h4>NAME . AGE . PRNS </h4>
  19. <div class="container" style="max-height:170px; overflow:auto">
  20. <p>introduce yourself here! this box scrolls ^^ </p></div>
  21. </div>
  22. <!--SONG LINK-->
  23. <div class="container col-sm-5" style="text-align:right"><a href="SONG LINK HERE"><i class="fas fa-play p-2"></i>now playing . . .</a></div>
  24. <div class="card rounded-0 col-sm-7" style="background-color:#b45944; min-height:30px"></div>
  25. <!--CREDITS, PLEASE DON'T REMOVE!!-->
  26. </div>
  27. <a href="/hanyu" class="pull-right" style="font-size:11px">code by hanyu</a>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement