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

Rafael Kaldenbach
Rafael Kaldenbach
1,077 Points

Help, my CSS doesn't update with the Resume page, while my HTML.

In the step of changing the colour of the <h1> tag in CSS it doesn't seem to update on my Resume page, the colour stays the same no matter what I try.

This is what I had:

h1 {

color: blue;

}

2 Answers

Kieran Barker
Kieran Barker
15,028 Points

Are you saving your changes?

Rafael Kaldenbach
Rafael Kaldenbach
1,077 Points

Yes I did, I just continued and everything is fine now, thank you for your response

Daniel Nease
Daniel Nease
2,838 Points

How did you fix it? Because I'm having the same problem.