Advertisement
caticooties

faygo code

Oct 9th, 2020 (edited)
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. <!---
  2.  
  3. FAYGO / by cati/dogboy
  4.  
  5. NOTES
  6. accent: #070F4A
  7. (use ctrl+f + replace for accent/icon replacement)
  8. mobile friendly + custom colors! ✔✔✔
  9.  
  10. RULES & DISCLAIMERS
  11. - fav/comment if using pls!
  12. - not wysiwyg friendly so please turn that off!
  13. - feel free to edit/frakenstein/etc if you feel, just pls dont remove my credit!!
  14. - have a nice day!!
  15.  
  16. --->
  17.  
  18. <!--- bg pattern, bc of the text over the bg id suggest using one that doesnt have too heavy of a pattern/easy to read text on! --->
  19. <div class="container-fluid" style="background:url(https://f2.toyhou.se/file/f2-toyhou-se/images/25533752_5RGnl6khqBJ23lJ.jpg) repeat fixed;max-width:500px;margin:30px auto 5px;border-radius:10px;">
  20. <div class="row no-gutters">
  21. <div class="col-lg-5 pt-3">
  22. <div class="col-12 p-3 my-3" style="background-color:#FFFFFF;max-width:95%;overflow:auto;margin-left:2%;">
  23. <div class="text-center">
  24. <span>
  25. <!--- music player, remove URLHERE with the end of a yt link --->
  26. <iframe class="flex-fill" style="height:1em;width:1em;opacity:0;position:absolute;margin-top:5.5px;z-index:1;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
  27. src="https://www.youtube.com/embed/URLHERE"></iframe><i class="fas fa-play fa-2x" style="color: #070F4A;"></i>
  28. <!--- song info --->
  29. <br><span class="font-italic" style="font-size:10px;color:#070F4A;"><i class="fas fa-compact-disc fa-spin"></i>&nbsp; song name - artist</span></span>
  30. </div>
  31. </div>
  32. <div class="col-12 text-center">
  33. <!--- sidebar image, can be a chibi or something, same dimension (200x200, 100x100) images are best, you can work with verticle images, wide images are probably not your ideal here --->
  34. <img src="https://f2.toyhou.se/file/f2-toyhou-se/thumbnails/23539847_5M9.png" style="max-height:190px;border-radius:10px;">
  35. </div>
  36. </div>
  37. <div class="col-lg-7 p-3">
  38. <!--- bar image --->
  39. <div class="card my-2" style="background: url(https://64.media.tumblr.com/dbda10719da3f26017cc9066eb115d06/2e4d07c3dd890c92-c6/s500x750/587216a19d1fb05cf0bd5fadc81a5df59f5bbe2f.gif); background-size:cover;background-position:center;height:50px;border:0px;"></div>
  40. <!--- name, age, etc --->
  41. <h3 class="text-uppercase font-italic" style="color:#070F4A;font-size:15px;letter-spacing:3px;margin-top:8%;" align="center">name / age / gender</h3>
  42. <div style="background-color:#FFFFFF;max-height:150px;overflow:auto;">
  43. <div align="center">
  44. <!--- intro, you can write as much as youd like, itll scroll! --->
  45. <center><p class="text-center p-3 font-italic" style="color:#070F4A;font-size:13px;">
  46. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum non auctor lorem. Maecenas et viverra nibh. Duis eget dignissim dolor. Ut eu turpis porta, bibendum odio vitae, efficitur leo.</p>
  47. </div>
  48. </div>
  49. <!--- links --->
  50. <h3 class="text-uppercase my-3" style="color:#070F4A;font-size:19px;letter-spacing:3px;" align="center">
  51. <a href="URLHERE"><i class="fab fa-twitter" style="color:#070F4A;"></i></a> •
  52. <a href="URLHERE"><i class="fab fa-deviantart" style="color:#070F4A;"></i></a> •
  53. <a href="URLHERE"><i class="fab fa-instagram" style="color:#070F4A;"></i></a> •
  54. <a href="URLHERE"><i class="fab fa-tumblr" style="color:#070F4A;"></i></a> •
  55. <!--- my credit, dont remove pls!! --->
  56. <a href="https://toyhou.se/8472418.faygo-f2u-html"><i class="fad fa-rainbow" style="color:#070F4A;"></i></a></h3>
  57. </div>
  58. </div>
  59. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement