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 trialmegan woods
618 Pointsjust need a little help
I am having a little trouble making the CSS color change in my workspace to blue. Any tips? My work looks just like Nick’s transcript, so I am a little frustrated.
8 Answers
Natacha S
11,561 PointsCan you put your code in your post ?
megan woods
618 Points<style>
h1 {color: blue;}
</style> <h1>scicence and design collective</h1>
Natacha S
11,561 Pointsis this for a challenge? which one ? Try
<style> h1 {color:blue; } </style>
I mean your code should be surrounded by brackets...
megan woods
618 Pointswhat you typed and what I typed are the same.
1) i was having trouble when i was changing the color to green in the challenge 2) i am having trouble getting the text to change colors in my workspace
Natacha S
11,561 Pointssorry i edited so you could see the actual code (but that won't pass a specific challenge), but if you paste the link to the challenge it would help getting you the right answer...
megan woods
618 Pointsbut what about workspace?
megan woods
618 Points<body> <style>h1{color:green;}<\style> <h1>Nick Pettit</h1> </body>
this is exactly what i have. it will not say that this is correct in the challenge. furthermore it will NOT allow me to move on to the next set of videos. this is very frustrating. Can you please pass me on to someone that is able to fix the problem?
What is the matter here?
Paul McBride
13,514 Pointshave you used and opening style tag at the start, like this? <style>h1{color:green;}<\style>