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

What is wrong with line 13.

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

Hint: Bummer! Check the class selector in your CSS. Make sure font-weight is set to bold.

*link: * http://teamtreehouse.com/library/websites/css-foundations-2/selectors-reshoot/type-class-and-id-selectors

my code:

1
/* Complete the challenge by writing CSS below */
2
body {
3
  background: lightblue;
4
}
5

6
h1 {
7
  color: darkblue;
8
}
9
p em{ color:red; }
10

11

12

13 
.intro { font-weight: bold; }

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

Hard to say without seeing exactly what the question wanted. Post the link?

James Barnett
James Barnett
39,199 Points

> Post the link

Kevin Korte - A while back Treehouse rolled out content tags. On posts created via content tags link to the relevant video/code challenge in the right-hand side bar.

Imgur


Of course, there's still the issue of knowing which question it was.