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 trialShakran Mushtaq
Front End Web Development Techdegree Student 611 Pointswhy haven't the images background color changed when they are included inside the div id?
in this video it shows the text background color of the <p> tags changing when the images background doesnt change why not?
Shakran Mushtaq
Front End Web Development Techdegree Student 611 Pointsyes the orange background
Jason Anello
Courses Plus Student 94,610 PointsOk, so where were you expecting to see the orange background but you didn't?
Mladen Mladenow
10,745 PointsImages itself doesn't support background property. You can see the orange background of the parent div element, by applying images opacity lower than 1, for example "opacity : 0.3" ;)
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsHi Shakran,
Could you clarify your question? Are you referring to the orange background? Where were you expecting to see it but you didn't?