Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBartlomiej Pajak
5,063 PointsIs my fixed navigation is ok?
So as additional task I want to navigation be always on the top of the page during scrolling. I have some issue while writing it but finally I achieved that result:
Here is my workspace: https://w.trhou.se/3awhi63tv4
Here's the links how it looks: https://ibb.co/nMWjqW9 https://ibb.co/ZBHXjxw https://ibb.co/br3cXDs
I I was inspired knowlegde form earlier videos on this course and my question is: is this code ok or must to be done different?
Thanks in advance for your help!
1 Answer
Abdul Zainos
4,938 PointsHi Bartlomiej Pajak,
I think you did a great job. You accomplished what you set out to do. Is there a better way to do the same thing? Yes. :) I say that lovingly. You had all the components needed to create a sticky navigation: position, top, and width. You also added a nice amount of top padding on the body (I see a lot of people miss this).
I didn't notice a ton of bloated/redundant code after my review and my only recommendation would be to work on your organization and commenting. I was a little confused about why you chose to nest your "sticky" declarations under the flex stylesheet. Personally, I would have included that code under base.css. Nonetheless, I think I understood what you were trying to do. Keep at it.
Here's a good resource for you for more info on this topic: Click Here
Bartlomiej Pajak
5,063 PointsBartlomiej Pajak
5,063 PointsThank you! ;)