Comments on [ Music Player Tutorial F2U ] All Comments

hi there! I am having some trouble with the custom code.. how do i make the player itself something other than white? it only changes the border..   
i am very new to coding!!

OH WAIT.. is this due to it being on Chrome? I'm a little confused, like I said it's my first time coding!!

Hi!
Don't worry it IS a bit tricky to get the colour to work how you want, and yes it will look different on Chrome/Firefox.
I can suggest you to use this one tho ? It should look pretty similar on both browsers.

<div class="card bg" style="background: rgb(50, 50, 50);width:270px;height:40px;border-radius:50px;"><audio controls="" style="opacity:0.20;width:270px;height:40px;border-radius:50px;"><source src="MP3LINK"></audio></div>




ty!!