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 trialMackenzie 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.