How can I center the logo right in the middle off the navbar? It almost in the middle but not quite
5 Replies
You can use position:absolute; to get it 100% centered. You can also do it with grid if you dont want to remove the element from the document flow. But i dont think it's going to be a problem using position:absolute;
hmm thank you for the speedy response! I have one question, how can i make sure that the button is aligned far right and the menu far left?
https://codepen.io/tok124/pen/OJGLGBg
You can check here. i edited your code
Wow thank you so much!
No problem 🙂