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 trialAshley Daigle
325 PointsSetting the h1 element color to green
I've changed blue to say green, but it says i'm incorrect. What am I doing wrong?
Ashley Daigle
325 Points<style>
h1 { color: green; }
</style> <h1>Ashley Daigle </h1>
Ashley Daigle
325 PointsI think there might have been a glitch with the quiz because I just tried it again and it took my answer.
Stone Preston
42,016 Pointsoh ok good. that happens sometimes. If you think you have something right and its not working try refreshing the challenge and trying again, sometimes the challenge engine can mess up
Ashley Daigle
325 Pointsok thanks for your help
1 Answer
Stone Preston
42,016 Pointsi passed using your code :
<body>
<style>
h1 {
color: green;
}
</style>
<h1>Ashley Daigle</h1>
</body>
i would just try again
Stone Preston
42,016 PointsStone Preston
42,016 Pointscan you post your code?