Assessment requested: Fundamental layout assessment

Good day everyone,

I’m requesting feedback on for https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Fundamental_Layout_Comprehension. My work can be seen here:
https://txmack713.github.io/mdn-css-layout-assessment/

Thank you.

Hello @TXMack713

you doing great you just missed this one

"The navigation bar should scroll with the content and then become stuck at the top of the viewport when it reaches it. "

and have a nice day :slight_smile:

Thank you for the feedback. I’ve tried updating my code and positioning the nav bar, but I haven’t been able to find any success with getting it to stick to the top.

you very welcome but i already see it on top

if you did not see that try to clear your browser cache and disable all extension and try again

I was able to figure out why my fix wasn’t working. Turns out the CSS reset that I’ve been practicing using was preventing the nav bar from scrolling due to my applying it to the html page and the body, rather than just the body. I was able to fix it and now it scrolls as it should.

well done and congratulations :slight_smile: