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
Emily Barber
943 Pointsit says check your text align?
a { text-decoration: none; }
wrapper {
max-width: 940px; margin: 0 auto; }
logo {
text-align: centre; }
1 Answer

Tunde Adegoroye
20,597 PointsHaven't watched the video but i think i remember the logo being an id you need to add the # symbol when your targeting an element with the id selector so it should be #logo {text-align: center; } also 'center' is misspelt hope this works