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 trialGabrielle kirk
1,057 PointsMy 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>
1 Answer
David Toops
19,151 PointsYou 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
1,057 PointsThank you david, it was the capital C. I thought that i had changed it but i dont think it ever saved. Thank you!
Jamie Reardon
Treehouse Project ReviewerJamie Reardon
Treehouse Project ReviewerTo 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.