I almost complete the course, but there’s 2 tests i didnt pass, and not sure how to fix it.
Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
For the first issue, you’ve got some unwanted characters in some of the link text in your nav menu. You just need to go through each one very carefully until you find them.
For the second issue, you don’t have a media query in your CSS.