I am having difficulty with centering the navigation bar on this page.
I tried nav { margin: 0 auto; } and a bunch of other ways, but I still can\'t cen
nav { margin: 0 auto; }
Add some CSS:
div#nav{ text-align: center; } div#nav ul{ display: inline-block; }