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

.br and .avatar class css not passing to the img properly

my code looks exactly the same as what is in the video. I also downloaded the files on my computer and pulled up the final in my browser to make sure it wasn't a chrome setting and it pulled up fine, but whenever I create these two rules and add the classes to the img tag in the index file the formatting doesn't change. I pulled up the img in developer mode in chrome as well and it is only applying styles from the base-style.css. Again if I load the page from my computer there is no issue. Only when running it from the treehouse console

1 Answer

Hi Michael,

Can you please post your code to the forum so that we can check where the issue might be? Please see: https://teamtreehouse.com/community/posting-code-to-the-forum Make sure you target the correct class name and that the classes have indeed been declared with those names.

Thank you, Adrian