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 Styling Web Pages and Navigation Style the Image Captions

below my images its not light grey. Its just orange text? I know this is probably html?

below my images its not light grey. Its just orange text? I know this is probably html?

It could be either your HTML or CSS code.

Dom Smith
Dom Smith
3,091 Points

As this is a styling issue the problem will be found in your "Main CSS" document. Therefore you may need to add a colour/background colour to your gallery section. But I would strongly suggest trying to watch the video very carefully as I also got tripped up in areas.

It could be an HTML issue as well, if luke has done mistakes in the selector names on the HTML - CSS for example.

luke eubank -If you haven't find the bug and will like to show us your code but don't know how to post it in the forums you can check this How to post code in the forums.

1 Answer

pietro capriata
pietro capriata
18,066 Points

Write your html here.

try

img { border-color: #D3D3D3; }