I would love some feedback (and help) on my portfolio project

I’ve kinda finished my portfolio project, although something isn’t working with the navigation, as it seems fine in full page view, but when it’s tiny they all land vertically on the left :frowning:

If you have any ideas for improvement that would be great, although please make them not too complicated!

See the Pen KqEGQG by Silly Sheep (@Bearcares) on CodePen.

Hi,
for the navigation instead of the header section try using one of Bootstrap’s examples on this page:
https://www.w3schools.com/bootstrap/bootstrap_navbar.asp

If you set a min-height (let’s say 400px) on each Div’s css code, your sections would take the whole visible part of the screen making your design much more enjoyable.

1 Like

Thank you, I will have a go at that now!