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 trialjohn hugo
2,379 Pointsi.d
wheres the logo?i cant understand where they are
4 Answers
Cassio Victor Cadore
6,579 PointsJohn,
You need to "Select the element with de id 'logo' ".
To select and element by it's ID, you use the hash mark (#) So to select the element with the ID 'logo', you use
#logo
{
}
Cassio Victor Cadore
6,579 PointsJohn, please give more informations about what you are trying to do, so we can help you!
john hugo
2,379 Pointshi its the 3 tasks on css, ive done the first two then the third one a{ text-decoration:none; }
wrapper
{ max-width: 940px; margin: auto; } then it asks for me to put the logo in?
john hugo
2,379 PointsThankyou Cassio :-)