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 trialRandy Crowson
2,531 PointsWhat 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.
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
28,149 PointsHard to say without seeing exactly what the question wanted. Post the link?
Randy Crowson
2,531 PointsSelect the class intro and set its font weight to bold.
James Barnett
39,199 PointsJames Barnett
39,199 Points>
Post the linkKevin 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.
Of course, there's still the issue of knowing which question it was.