How can I make a navbar with a centered logo – Photoshop
I'm trying to do a navbar with centered logo, but I can't do it the right way. html, body { height: 100%; } body { margin: 0; } nav { display: flex; width: 100%; height: 5%; background: #eee; align-items: center;…