Build a landing product page challenge

Tell us what’s happening:

Hi there. I was trying to put the header position as fixed. However, once I did that, my h2 “Cake & Dessert Order form” disappear. Any help would be appreciated.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Build a Product Landing Page

Link to my codepen:
https://codepen.io/Nux909/pen/yLevgWE

hi @lzxbmwz4

your h2 does not disapear, it is hidden behind the header, you can check it if you comment out the header background.

reff:

hope that help

Thanks a lot. I will check it out.