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 trialJon Schiedermayer
7,709 PointsIs 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...
Jon Schiedermayer
7,709 PointsI thought I selected it to post my code in the pop-out checkboxes...
1 Answer
Matthias J.
20,355 Pointsthe answer would be this:
/* Complete the challenge by writing CSS below */
.title {
font-size: 26px;
}
maybe you took the wrong selector?
Jon Schiedermayer
7,709 PointsThanks Matthias J., my problem was with the selector...
Kristopher Van Sant
Courses Plus Student 18,830 PointsKristopher Van Sant
Courses Plus Student 18,830 PointsHey 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!