Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.
Mackenzie Dickson
5,371 PointsHaving Trouble with the Menu Styling
About 35 seconds into the video you are instructed to add styling to the unordered list you created in html for the menu bar (about, contact, etc.). I have added the code exactly as shown in the video, but I can't get my menu items to change. I went back into my html code thinking maybe I had not entered the class correctly, but everything looks good there. Any ideas what I'm doing wrong or how to fix it?
2 Answers

Jeff Busch
19,287 PointsHi Mackenzie,
If the code is correct then make sure you have saved the files before refreshing the browser.
Jeff
Mackenzie Dickson
5,371 PointsThanks for answering my question, Jeff! Turns out I forgot to close a div. Silly mistake, I just didn't see it.
Mackenzie Dickson
5,371 PointsMackenzie Dickson
5,371 PointsIt was a silly mistake in my original code. Forgot to close a div! That'll do it every time.