css nav bar center code example Example: center nav bar css Click to copydiv#nav{ text-align: center; } div#nav ul{ display: inline-block; }