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 trialHarry Beckwith
13,452 PointsError 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 =)
Simon Taylor
4,862 PointsI am having the exact same issue, did you get past this issue??
Wayne Priestley
19,579 PointsHi 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
19,579 PointsHi Harry,
This may seem strange, but try simply changing the order of the styles you are setting.
Your code is good.
Harry Beckwith
13,452 PointsHi 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??
Wayne Priestley
19,579 PointsWayne Priestley
19,579 PointsHi 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.