Can someone help me about nav bar in html?

I’m working on my project in freecodercamp. And I don’t know how to fix the last condition, I don’t understand it, like in the picture.
Here is the link to my project : https://codepen.io/Huyfree113/pen/ZEYjNXo
Please help me, thank you so much.

Hello huyfree113, and welcome to the forums!

Your problem, like most of the bugs you will come across in programming, is a very small one.
Check the CSS for your navbar. You are using the selector .nav, which means anything with the class 'nav'.
Now check your HTML. Check what has the class nav.

I don’t want to tell you exactly what to do, but I hope this helps you see what is wrong. Please let me know if you still can’t get the test to pass.

2 Likes

Hi Lucassorenson,
Thanks for your help, I have finally fixed it. It was really helpful.