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.

Nino Merdzanovic
Courses Plus Student 15,758 PointsGive the ul on line 27 the class that positions the list of links and initially hides them. Framework Basics Foundation
Hello Fellas,
I am currently stuck at this one.. what am i doing wrong like seriously? I have tried basically everything to hide these.. but nothing helps.
Can somebody provides me the right class?
Thanks in advance.
Best regards, Nino
3 Answers

Zoe Peng
10,809 PointsYou should add this class on line 27,
<ul class="dropdown">

Adam Bennett
7,663 PointsIt sounds like there is already a class in the css that you can apply to the ul tag that give the properties you want, you should just have to find it and apply the right one. Can you show the code?