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.

Thomas Rothrock
474 Pointsmy background color will not change i do not know whats wrong
h1{ background-color: #e2e2e2; }

Abdullahi Abdinasir Ali
9,520 PointsPlease add the real code which target the color CSS one
1 Answer

Abdullahi Abdinasir Ali
9,520 PointsThere is no problem with the link of CSS . I think you wronged the value of color . I suggest try with another color value e.g.
FFFFFF or #800000
The value are attain color which are specific if you don't know there is no problem you can google search may try this link https://www.w3schools.com/cssref/css_colors.asp to learn more. I hope that helps
Juan Lopez
Treehouse Project ReviewerJuan Lopez
Treehouse Project ReviewerAre you sure you linked your CSS file to your index.html file?