Styling #navbar in Technical Documentation challenge

Hey peeps! I have completed Technical Documentation challenge, but I want to finish styling it to look just like the example. However, I cannot get the #navbar to behave correctly and push the main text to the left. if I do get that to work, it won’t stay that way when I change the viewport size. I have tried to get the @media to work and I am not sure where I am going wrong. Any ideas?

You could use float:left; if the display property isn’t set to flex.

1 Like

Hey @csaunders ! I just wanted to say that if you want to get the text to move to the right, you could use text-align:left;

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.