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 trialRobert Smith
451 Pointsadding body selector
did anyone else get a little stuck at this point? I thought the body selector went in the head portion of the html doc. I will keep going over video in the meantime.
8 Answers
Adam Lake
3,810 Pointshey. can you paste the code you are working on ?
Robert Smith
451 Pointsbody { font-family: 'nunito', sans-serif; } I put under everything in the head section of the HTML doc.
Adam Lake
3,810 Pointsthat text you have sent should be placed in the style.css sheet.
Robert Smith
451 PointsOk thanks, but in the code challenge...where would it go? keeps saying bummer.
Adam Lake
3,810 Pointsand remember certain things are case sensitive ;)
Adam Lake
3,810 Pointsin the challenge screen at the top of the html doc you have open you will see "index.html" and "style.css" right next to it.
Robert Smith
451 Pointsthanks for your patience and help, I see it now.
Adam Lake
3,810 Pointsno probs, happy to help :D