Portfolio Project So Far

It’s almost finished. What do people think so far? Any suggestions? :slight_smile:
One problem I do have is that because of the fixed navigation bar when a user clicks “My Projects” the top part of that section is cut off and I have no idea how to fix this…

I suggest you try navigating your page with the keyboard only. If you are required to use a mouse to hover over something in order to see content then it is not keyboard friendly.

Try to add margin-top:100px; to your #project-container

hi @LukeAyres

try to usescroll-margin-top or scroll-padding-top .

here the link

edit:
i only use attribute scroll-margin-top or padding in my landing page, but if you interested to see more, heres the video link

1 Like

Thanks I’ll check this out :+1: