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 Selectors Type, Class, and ID Selectors

Select the class intro and set its font weight to bold.

.intro { font-weight: bold; }

Anyone understand what's wrong with this?

Amir Rahbaran
Amir Rahbaran
4,484 Points

Restarting the browser didn't help for me. Stuck :( Using Firefox

3 Answers

Thanks for you answers Sarah and Jeff. Not sure what was wrong with the quiz, but restarted it and that time the code worked. Oh, well. Made it through that!

Thanks again for your help.

Sarah Bradberry
Sarah Bradberry
7,115 Points

Nothing that I can see. I'm guessing the quiz is being picky about blank spaces.

Hi Colin,

Are you being asked to use a number instead of a string. For instance; font-weight: bold; is the same as font-weight: 700;