Can't seem to figure out the landing page test

I’m having trouble figuring out what they want me to do with the navbar links in this pen.
I can’t figure out where they want me to put the "class=“nav-link” on my navigation bar links. I know this one is a bit rough looking, I’m not quite done yet, and am only looking for help with the navbar section where it wants 3 of my links to have the "class=“nav-link”
added any help would be greatly appreciated. I’m sure it’s something simple.

https://codepen.io/nick-bruzek/pen/BgxqpX

I don’t know what it means when you say they, but if you are looking at where you should place the class “nav-link”, it seems like it should target a link.

Meaning, that looking at the css rules you wrote, it targets elements that are anchor tags, <a>.

Try looking at your html code and see where inside your <nav> element are anchor tags and apply the class to those elements.

Ok, and from what I understand, for example from my pen shouldn’t it go something like this; <a class="nav-link" href="#Music">Music</a>