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 trialAmber Puharic
6,307 PointsPlease help! I don't know what I am doing wrong. I have been stuck on this question for weeks!
header span {
font-size: 26px
}
I keep receiving this message no matter what I change the code to.
Mod edit: added code formatting for readability. Check out the "markdown cheatsheet" linked below the comment box for how to format your code.
3 Answers
Cameron Childres
11,820 PointsHey Amber,
It looks like a space snuck in right before header
which is probably tripping up the quiz. Check to make sure that there isn't a space at the start of your answer in the challenge and try to submit your answer again.
Amber Puharic
6,307 PointsThank you. There was a space but the quiz still isn't passing me.
Cameron Childres
11,820 PointsHmm -- I just copied your code, removed the space, and it let me pass. Here's exactly what I entered:
header span {
font-size: 26px
}
If this doesn't work try hitting the "restart" button and entering it again.
Spencer Ward
9,433 PointsLooks like you forgot the ";" after 26px ;)
Amber Puharic
6,307 PointsThanks everyone! I finally got it!
Amber Puharic
6,307 PointsAmber Puharic
6,307 PointsHere is the message I receive. "Make sure you are not using a class selector for 'header'"