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 CSS Foundations Values and Units Numeric and Textual Data Types

Is this quiz broken? My CSS is correct but it doesn't pass. I have the CSS from the videos. It's not wrong.

I'm going to have to skip this quiz, and not because I can't do it, but because even copying and pasting CSS from Guil's files that I downloaded do not pass the code quiz. I'm frustrated by this.

I just checked the challenge to see if there was a problem and I was able to pass all the way through.

If you want to post the css that you're having trouble with and which task you're on I can take a look at it.

1 Answer

Sue Dough
Sue Dough
35,800 Points

Please post your code next time. It is so hard to help you with out it. You had to of been doing something incorrectly not to pass however I can not help since there is no code to reference.

The following code works fine. I just passed.

/* Write your CSS below */
strong {
  color: initial;
}

.wrapper {
  background: url ("img/bg.jpg");
}

p {
 width: 50%; 
}