My pen --> https://codepen.io/Mike-was-here123/pen/zMWrwx
Background knowledge:
Navigation bar can be found on line 30 CSS, 12 HTML.
I put the children in a row and put them to center
Issue:
When i try to add position:fixed;
to the .nav
(33) it gets all messed up:
What it should look like:
Other pens that use position: fixed
yet are just fine (CSS):
Pen that uses fix (35)
Pen that uses fix (8)
Pen that uses fix (36)
Question:
How can i fix this and lock it to move with the page? I have never had this issue before.