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 The Selectors Solution

Brendan Berg-Jacobson
Brendan Berg-Jacobson
1,067 Points

Copyright and logo image changes are not showing up on my webpage.

I just finished this CSS practice session, and I do not see the changes I have made on my stylesheet and my index.html reflected on the webpage. According to the instructional video I input them correctly. I do not see the change though The width of the logo image will not change, no matter what I change it to. The font of the copyright will not change, no matter what I change it to. Please let know what I have missed.

https://teamtreehouse.com/workspaces/40918768

If you want to share a workspace you need to create a snapshot. It is the camera icon in the upper right corner.

Brendan Berg-Jacobson
Brendan Berg-Jacobson
1,067 Points

Gotcha, here you go. https://w.trhou.se/2aotx46tl9 I actually figured out the Logo problem. I'm still puzzled about the copyright issue.

thank you!

2 Answers

In your html you have

class:"copyright"

it should be

class="copyright"