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 trial

CSS

Nabil Arkate
PLUS
Nabil Arkate
Courses Plus Student 9,940 Points

Navigation

Hi, I am creating a navigation bar, but i want to create it like the tree house website. When the screen size becomes small it should appear like it does in the tree house website. Which has a small menu icon when the screen size becomes small. Please help me in this.

2 Answers

SP Prabhakar
SP Prabhakar
11,429 Points

I think you need to have knowledge of following language for this. such as "media query", "jquery", "css". I think you can make it like treehouse navigation after having knowledge of these languages. good luck.

Hi Nabil,

I agree with SP. Sounds like a media query issue. A great way to display the issue you are having is to share a link of your code on JSFiddle. link: https://jsfiddle.net/

That way people can make suggestions and show you how to resolve your issue.