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

Gabrielle kirk
Gabrielle kirk
1,057 Points

My H1 wont hook up with my css to change colors. I have looked at it 1000 times. Help?

<!DOCTYPE html> <html> <head> <title> Gabrielle Kirk's Resume</title> <link rel="stylesheet" href="Resume.css"> </head> <body> <img src="http://placeimg.com/200/200/any" alt="Gabrielle kirk, web developer"> <h1>Gabrielle kirk, Web developer</h1> <h2> Summary of Qualifications</h2> <ul> <li> Experience as a freelance web developer</li> <li> Experience with HTML, CSS, and JavaScript</li> <li> Bachelor of Science, Economics</li> </ul> </body> </html>

Jamie Reardon
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jamie Reardon
Treehouse Project Reviewer

To help you further, can you please provide us with your CSS code.

When sharing code, please format it in Markdown Syntax (see below) on how to do that.

1 Answer

You might check the filename for you css. In your html you have it as "Resume.css" if you have it saved as "resume.css" that should fix the problem.

Gabrielle kirk
Gabrielle kirk
1,057 Points

Thank you david, it was the capital C. I thought that i had changed it but i dont think it ever saved. Thank you!