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

"Oops" message when trying to finish a task

I'm stuck on this CSS task challenge because it keeps sending me an OOPS message and telling me to go back to task one. I've included a screenshot of the problem and noticed one of my codes (from task 2) is greyed out as if it's an error.

http://prntscr.com/gsxzsw

Can anybody help me with this?

Jon Myzzle
Jon Myzzle
6,279 Points

Hello Dominique,

are you able to post the code snippets or the specific challenge you are trying to complete? It will be a huge help in trying to solve this problem!

1 Answer

Steven Parker
Steven Parker
229,732 Points

It's greyed out because the line above it is missing the semicolon at the end.

I was so frustrated with that error I completely missed that. I went to the challenge again and it worked. Thanks so, Steven!