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 Introduction to HTML and CSS (2016) Adding a New Web Page Write the CSS

that in css cannot be blue

when i follow the instruction that <h1> don't be blue as i did like vidio

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! This will be much easier to help you troubleshoot if you can make a "snapshot" of your workspace. If you look on the upper right-hand side of your workspace you'll find a camera icon. Clicking this will allow you to make a "snapshot" which you can link here so that we may take a look at your code and file structure as it is now. :sparkles:

1 Answer

Make sure you've linked resume.html to resume.css correctly. If you post your code, we could help you better. in the <link> tag under the <title> tag

    <link rel="stylesheet" href="resume.css">