Personal Portfolio navbar on top

please help I can’t get my navigation bar to be on top, here’s a link to my pen https://codepen.io/Xolie/pen/mGQpmd

the css attribute used in nav ul

position:fixed;

is making the elements nav ul stay “fixed” on top of your screen while scrolling.
To get rid of that you can remove this css rule.

sorry I didn’t explain, the problem is I need it to stay on top even on small screen