Portfolio page navigation bar problem

Hey! I am doing “Build a Personal Portfolio Webpage” task on freecodecamp. I started with the navigation bar on top. I wrote https://codepen.io/cihancan/pen/EorWbN but i couldn’t get it work. I dunno what’s wrong. Any feedback would be helpful :slight_smile:

It looks like a good chunk of your HTML code is inside the CSS panel. You should move that over to the HTML panel.

how is that even possible?

I’m not really sure what you mean. This is what I see right now in your Codepen:

You can simply move any HTML you currently have in the CSS panel over to the HTML panel. The CSS panel should only contain CSS code.

yeah, i figured it out :smiley: thank you!