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

Domnick Knowlton
Domnick Knowlton
1,904 Points

Can you help me pass the W3 Validation test?

I will give the link to my website, then you can click inspect element, then copy the code go to this link paste the code into the test and see the error someone please help. I need help passing the CSS section.

This is the validator http://jigsaw.w3.org/css-validator/

This is my website http://web-f2sdpy98ay.treehouse-app.com/about.html

I really need this passed before I continue to get a Domain.

1 Answer

On line 185 of your main.css you have declared 85px as your font-weight. This should be something like: bold, bolder, lighter. Or numeric like: 100, 200, 300 etc.

( Are you certain you want to use Comic Sans? ;) )