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 CSS: Cascading Style Sheets Style the Basic Elements

i.d

wheres the logo?i cant understand where they are

4 Answers

Cassio Victor Cadore
Cassio Victor Cadore
6,579 Points

John,

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
Cassio Victor Cadore
6,579 Points

John, please give more informations about what you are trying to do, so we can help you!

hi 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?

Thankyou Cassio :-)