Personal Portfolio error and responsive

Hi every one. I finish to apply visual design to my personal portfolio, but when I try to run it I have this error


The nav bar is fix on the top of my page, with the property:

position:fixed;

and it works… You can see it here https://codepen.io/ana-belkis-granados-arozarena/full/GPLKXq

Please help:expressionless:
Feel free to critics and advice :blush:

your portfolio looks awesome!

adding this to the CSS will make it pass the test:

#navbar {
position: fixed;
top: 0;
}

1 Like

The problem is that you fixed the nav lu, when you have to fix the nav

Thank you so much! :blush:
It works now… I am so happy and gratefull

Thank you. You’re right. I fixed it, and it works! :blush: