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!
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

Angus Eliott
3,793 Pointserror in code challange "add and style icons" task 1/5
treehouse has given me an error saying "bummer! be sure to set the font size to 0.9em"
a {
text-decoration: none;
}
#wrapper {
max-width: 940px;
margin: 0 auto;
}
#logo {
text-align: center;
margin: 0;
}
h1, h2 {
color: #fff;
}
nav a {
color: #fff;
}
nav a:hover {
color: #32673f;
}
h1 {
font-family: βChanga Oneβ, sans-serif;
font-size: 1.75em;
font-weight: normal;
}
img {
max-width: 100%;
}
#gallery {
margin: 0;
padding: 0;
list-style: none;
}
#gallery li {
float: left;
width: 45%;
margin: 2.5%;
background-color: #f5f5f5;
color: #bdc3c7;
}
nav ul {
list-style: none;
margin: 0 10px;
padding: 0;
}
nav li {
display: inline-block;
}
nav a {
font-weight: 800;
padding: 15px 10px;
}
.profile-photo {
display: block;
margin: 0 auto 30px;
max-width: 150px;
border-radius: 100%;
}
.contact-info li {
font-size: 0.9em;
margin: 0;
padding: 0, 0, 0, 0;
list-style: none;
}

jcorum
71,830 PointsIt's easier for you, and for us, if you give us a link to the challenge, and also post your code following the Markdown Cheatsheet. There's a link for it at the bottom of the page. The basics are you leave a blank line before and after your code. After the initial blank line you type 3 accent marks (use the ~ key) and the type of code (html, javascript, css, etc.). Then start a new line, paste your code and following it by 3 more accent marks and that 2nd blank line.
Finally preview your question before posting it. That way you can see if you did it right.
Ryan Carson
1,614 PointsRyan Carson
1,614 PointsHi Angus, what aspect is the question asking you to change the font size on?