DEV Community

Discussion on: How to create Music player with pure HTML, CSS, JS

Collapse
 
dougbug98 profile image
dougbug98

How did you get those pre and nxt images because when I type the same exact code it doesn't work for me. They are just two small narrow lines. I'm using atom btw.

Collapse
 
themodernweb profile image
Modern Web

Have you added the font awesome CDN because those icons are from font awesome

Collapse
 
dougbug98 profile image
dougbug98

No not at all, I never even heard of font awesome. I'm using Atom btw and I'm just learning JavaScript but I can't get the disk to spin or anything like that despite following along so I don't think I have a link with app.js to my index.html. for example the link from css to html is very easy for me to setup and use but linking my JavaScript to my index.html is tricky for me.

I know my message is lengthy lol and I wanna thank you for replying to my original message as well.

Thread Thread
 
themodernweb profile image
Modern Web

No worry, you can find about how to add a script and font awesome in detail below websites☺️

  1. Script- w3schools.com/tags/tag_script.asp
  2. Font awesome- w3schools.com/icons/fontawesome_ic...
Thread Thread
 
dougbug98 profile image
dougbug98

That's dope, hey thanks again for the information and the links as well.

Some comments have been hidden by the post's author - find out more