I am doing a PHP project for school and I want my header navigation list text to center, but neither text-align: center; or vertical-align: middle; works. Any suggestions?
I am doing a PHP project for school and I want my header navigation
Share
Add a width and margin:auto to your style.css on line 241. Remove all the floats that reference your nav and ul.