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 trialJuan Vasquez
416 PointsI need help
i don't know what to do
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;
}
Jacob Mishkin
23,118 PointsWhat's the question asking you to do?
1 Answer
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi Juan,
Although I can't be 100% sure i think it's the first task you're struggling with.
What it is asking you to do is make sure your image is used in such a way that it fills 100% of it's parent element. (i.e. the element immediately surround it in your HTML document.
You can achieve these by giving it a maximum width property of 100%.
width: 100%;
David Bloomfield
11,622 PointsDavid Bloomfield
11,622 PointsHi
Which challenge are you trying to complete?
Thanks David