JS music player that resembles a sony walkman from 2008 doqmeat.com/notebook/F2U/preview/walkman
html-template
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

code 4 firefox done, minor changes

+4
+4
style.css
··· 2 2 box-sizing: border-box; 3 3 } 4 4 5 + body { 6 + font-family: arial; 7 + } 8 + 5 9 /* mp3 player wrapper */ 6 10 #music { 7 11 position: relative;