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 trialKatie Austin
165 PointsTask 2- not sure
Hi, Im not sure where Ive gone wrong here but its come up as a mistake when Ive checked my work
3 Answers
Jeff Busch
19,287 PointsHi Katie,
We'll get you upskilled. The color rule is for question three.
Jeff
<style>
h1 {
color: green;
}
</style>
Katie Austin
165 PointsI'm stuck on Task 2, learning how to make a website. I tried the CSS challenge where you change the header color. I've unfortunately gone out of the challenge and cant retrieve but I basically copied what I had done in my workspace when watching the video it worked on my workspace but didn't on the challenge so I'm not sure where I've gone wrong.
<body> <style>
h1 { color: blue; }
</style> <h1>Katie Austin</h1>
Katie Austin
165 PointsAhh dont worry, just tried it all again and it worked! Im not sure why it didnt work the first time because I changed nothing... oh well thanks for your help.
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsWhich task are you stuck on and what have you typed so far?