Issues with navbar for product landing page

I am currently creating the navbar for my product landing page and I want to replicate the navbar thats used as an example for how you should model your product landing page.

I cannot get the nav bar button to be position all the way to the upper left side of the page. I am having trouble creating space between the nav links and horizontally aligning the links as it should be position. And I am having trouble fixing the navbar links. What should I do to eliminate those errors?

anyone understand my question

giving your .nav-links a display of flex should fix your problem, also i see that you are putting the green hamburger menu to the left into your design,
just so you know that is not actually part of the page design, that is there for testing your projects before you link them to your account.

thanks. I just wrote it because I wanted practice writing code for a hamburger menu.

1 Like