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

Anand Kumar
PLUS
Anand Kumar
Courses Plus Student 2,147 Points

value showing incorrect

i am putting correct css property and value but its showing incorrect

wrapper{ max-width:940px; }

2 Answers

Damian Ison
Damian Ison
6,398 Points

Hi Anand,

Can you post your code here mate and also what your trying to do... that way it gives people some information on what your trying to achieve.

I think I understand what's happening, Anand.

Be sure when selecting ID's to start the selector with #. In this case, you'd be writing #wrapper {max-width: 940px;}

Hope I understood your issue, and if I didn't, please explain further :)