Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Joe Hoffmann
1,324 PointsStuck on 3/3...any idea's?
Question:
"Add a new attribute selector that will target the submit button. Set the text color to 'white' and the background color to 'steelblue'"This seems to be correct but keep getting the error on 'white'?
My code:
input[type="submit"] { color: white; background-color: steelblue; }
4 Answers

Chase Lee
29,275 PointsAs far as I can tell it's correct. Try refreshing the page or trying again later.

Joe Hoffmann
1,324 PointsWas getting an error on 'white' but I refreshed the page and it worked. Thanks!

Dave McFarland
Treehouse TeacherThat looks right -- I just took the quiz and copied and pasted your code and it worked. What is the error message you're getting?

Jeff Busch
19,287 PointsHi Joe,
Code looks OK. Try refreshing the browser.
Jeff