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

Harry Beckwith
Harry Beckwith
13,452 Points

Error message saying, choose 0.9em font size! help please!

Select ul of class contact-info and change font size to 0.9em remove margin,padding and list-style. Here is my code.

 .contact-info ul{
 font-size:0.9em;
 margin:0;
 padding:0;
  list-style:none;
}

Help appreciated =)

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Harry,

I've edited your code so it appears correct in your post.

Here is a link to explain how to use Markdown to post your code How to post code If you look at the bottom of the box when your typing a reply you will see Markdown Cheatsheet that will also explain how to post your code

Hope this helps.

I am having the exact same issue, did you get past this issue??

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Simon,

You'll get a better response if you create a new post and add your code, more people will see it that way.

Hope this helps.

1 Answer

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Harry,

This may seem strange, but try simply changing the order of the styles you are setting.

Your code is good.

Harry Beckwith
Harry Beckwith
13,452 Points

Hi Wayne,

Thank you for the advice on Markdown. Will use going forward. The changing of the order of styles, is still not allowing me to pass. Looks like a tree house error??