Advertisement
NecromancerCoding

Sappy Tunes Playlist

Nov 20th, 2020
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.44 KB | None | 0 0
  1. <div class="sappytunes">
  2. <input id="sappytunes" type="checkbox"/>
  3. <div class="sthead">
  4. <em class="th th-ello-o"></em>
  5. <div class="sthright">
  6. <span>nombreusuario</span>
  7. <img class="sthicon" src="http://placehold.it/50"/>
  8. </div>
  9. </div>
  10. <div class="stimg">
  11. <span>sappy tunes</span>
  12. </div>
  13. <label class="stbot" for="sappytunes"></label>
  14. <div class="stplaylist">
  15. <!-- Start of song code -->
  16. <div class="stsong">
  17. <a href="LINK TO SONG">
  18. <img src="https://placehold.it/50"/>
  19. </a>
  20. <div class="stsinfo">
  21. <strong>Name of song</strong>
  22. <em>Name of artist</em>
  23. </div>
  24. <span class="stsduration">00:00</span>
  25. </div>
  26. <!-- End of song code -->
  27. </div>
  28. </div>
  29. <a href="https://necromancercoding.tumblr.com/" class="ncredit">NC</a>
  30.  
  31. <link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,200&display=swap" rel="stylesheet"/><link href="https://dl.dropbox.com/s/ev0g9n9swut4k5q/sappytunes.css" rel="stylesheet"/><link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet"/>
  32. <style>.sappytunes { --bckg1: #f0f0f0; --bckg2: #f7f7f7; --bckg3: #fdfdfd; --bradius0:100%; --bradius1:30px; --bradius2:20px; --bradius3:10px; --accent1:#b68370; --accent2:#c26e56; --text:#555; --title:#fff; --shadow-d:1px 1px rgba(0,0,0,0.15), -1px 1px rgba(0,0,0,0.15), 1px -1px rgba(0,0,0,0.15), -1px -1px rgba(0,0,0,0.15); --img:url(https://64.media.tumblr.com/4b3374dd4b369b15a0e961cf82ebc357/tumblr_pexi8qWI3X1vbj1oa_1280.jpg); }</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement