Hello Campers, please i need help with my portfolio project. My nav-links are working but i’m not passing test #7 in the FCC challenge. Here is the link to my codepen https://codepen.io/viktor_onyedim/pen/dyYjzJV
Thanks for your help!
It seems that the issue is that your body
has the same height of the viewport, so it doesn’t recognize it is moving.
As a trial I have changed the height property on the body
wity height: 10000px;
, this way also that test passes
I don’t know how to fix it in a way that makes sense…
1 Like