Heya! Found your site from clicking through the wii web ring to see who neighbored beside me in it, and your landing page is so delightful to look at immediately! <3 Especially curious too about the custom music player with the little headphones draped overtop, since I've been trying to figure out a way to do one for my own pages in the future. Do you have any advice for setting one up like that? :0c
Thank you! the headphones are comprised of two images, and i just positioned the bottom image right below the player. As for the dangling earbuds, i just did a negative value for the margin of the image (something like margin-bottom:-40px; or something like that) and used pointer-events:none; to make sure that you can click through the image so it doesnt interfere with the play button or the text behind it
Thank you! the headphones are comprised of two images, and i just positioned the bottom image right below the player. As for the dangling earbuds, i just did a negative value for the margin of the image (something like margin-bottom:-40px; or something like that) and used pointer-events:none; to make sure that you can click through the image so it doesnt interfere with the play button or the text behind it