I can not get my Header to Center in screen

Give your header

margin: 0 auto;

2 Likes

With the code you currently have, I believe the easiest way would be to add - margin: auto; to your code.

1 Like