https://codepen.io/TashaTheUnicorn/pen/zYKQZrJ
Hey there!
I am having difficulty creating the layout that I want for my product landing page. I am trying to make the header and navigation bar stay at the top of the page. But when I add
position:fixed;
it places all of the lower content at the top of the page, over the header.
When I remove it, it flows better, but I can not figure out how to make the header stay put.
I also want the text content to be centered on the page, but my flexbox properties in place are not correct.
Any help or feedback is appreciated! thank you!