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 How to Make a Website Adding Pages to a Website Add and Style Icons

Vanessa Carey
Vanessa Carey
3,497 Points

Adding Page Code Challenge

Having an issue with the challenge requiring me to enter 'font-size: 0.9em'. Says I have not entered this information when I have or that it is incorrect. Think there is a bug.... I wrote:

ul .contact-info { font-size: 0.9em; }

1 Answer

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Vanessa;

1) In the future please utilize the Markdown Cheatsheet guidelines when posting code in the forum. The link is right below the text box in which you enter questions, comments, or answers. It really helps to see how your code actually looks.

2) With regards to this specific question, it looks like you have a space between the ul and the .contact-info, remove that and you should be fine. You could also just use the .contact-info class by itself without the ul tag.

Happy coding,

Ken