How can I center the logo right in the middle off the navbar? It almost in the middle but not quite

5 Replies
Tok124 (CSS Nerd)
Tok124 (CSS Nerd)•4mo ago
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;
luca
luca•4mo ago
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?
Tok124 (CSS Nerd)
Tok124 (CSS Nerd)•4mo ago
https://codepen.io/tok124/pen/OJGLGBg You can check here. i edited your code
Tim
CodePen
OJGLGBg
...
luca
luca•4mo ago
Wow thank you so much!
Tok124 (CSS Nerd)
Tok124 (CSS Nerd)•4mo ago
No problem 🙂