Hello! I’m making a Personal Portfolio where I can’t seem to pass all the tests. If I run the test on this page in codepen, then I pass all 12 tests, but in my freecodecamp account I can’t pass 2 points and styles are not displayed. It seems that freecodecamp doesn’t see the stylesheet at all.
Accordingly, I can’t get past the last 2 points:
- Your portfolio should use at least one media query.
- Your
#navbar
element should always be at the top of the viewport.
on 1 point - I definitely added media queries here and they work out on this page.
On the 2nd point - #navbar in the codepen works correctly - because the menu remains at the top of the screen.
my codepen link - https://codepen.io/lancair/pen/oNEzMvd