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 trial

CSS CSS Basics (2014) Understanding Values and Units Pixels and Percentages

Is this a bug? font-size...

In the CSS Basics track it's asking me to change a font-size to 26px...which I did, but can't get a correct answer. I don't want to report this as a bug if I'm just missing something dumb...

Kristopher Van Sant
Kristopher Van Sant
Courses Plus Student 18,830 Points

Hey there! Can you also post your code, please? Posting your code along with your question will be helpful for the community so that we can "debug" your code and help you see where the error lies. Otherwise, if Matthias J. has answered your question why not go ahead and select his answer as "Best Answer" :) Happy coding and keep up the awesome work!

I thought I selected it to post my code in the pop-out checkboxes...

1 Answer

Matthias J.
Matthias J.
20,355 Points

the answer would be this:

/* Complete the challenge by writing CSS below */
.title {
  font-size: 26px;
}

maybe you took the wrong selector?

Thanks Matthias J., my problem was with the selector...