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

HTML Build a Simple Website Styling Content Fonts and Colors

adding 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

hey. can you paste the code you are working on ?

body { font-family: 'nunito', sans-serif; } I put under everything in the head section of the HTML doc.

that text you have sent should be placed in the style.css sheet.

Ok thanks, but in the code challenge...where would it go? keeps saying bummer.

and remember certain things are case sensitive ;)

in 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.

thanks for your patience and help, I see it now.

no probs, happy to help :D