Hi guys,
For the life of me I am really struggling with my navigation bar for the Product Landing Page project. I can’t seem to keep my logo image on the left side, but I want to push the other elements all the way to the left. Can someone please help me with my code?
Much appreciated!
You can add justify-content: space-between;
rule to your header to push your flex items to opposite ends of the container. That’ll put your links all the way on the right.
I understand. However, when I try to use justify-content, nothing happens
Hmm well, it should happen. Check to make sure you have a semi-colon after each declaration.
1 Like
Oh yep, I was missing one character. Thanks for the help.