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
If you have your navigation
with class #nav
Then you need to put that
item within a div container. Make your div container the 100% width. and set the text-align: element to center in the div container. Then in your
set that class to have 3 particular elements: text-align:center; position: relative; and display: inline-block;
that should center it.