I can’t make a navbarmenu fit in the web position, I tried so many times but didn’t work for me.
Could someone help me please.
How can i make this navbar in this position : https://prnt.sc/pMAPPMmneH7x
navbar in the photo.
In this case i used : display: flex;
align-items: center;
justify-content: space-between;
2
Answers
You can do as follows:
In your
<header>
tag create 3 tags and then use flexbox.For instance:
Now it should work!
Here is the way I would do it ( If you have any questions, feel free to ask! ) :