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 trialJoseph Esch
416 PointsCSS style element
I'm not sure what I'm doing wrong. I successfully added CSS to make the text blue but I am "Don't forget your style element!"
1 Answer
Kirk Woodill
7,078 PointsHey Joseph, if you post the code your trying to submit it would help in finding the problem. You can do this by copying & pasting it to your post, and then indenting by one tab or 4 spaces each line of code!
I think you're getting the error message because of the location of your style
tags, for the challenge to accept your code, they need to be within the body
tags - otherwise you'll receive the "Don't forget your style element!" message.