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

Alex Vargas
Alex Vargas
1,416 Points

I donΒ΄t know what is missing..

and i got this code in css: .copyrights { font-size: 100.8px; color: red; }

and then this on html: <span class="copyrights"> Β©2017 Bookworm Blog</span>

so I tried some other things like giving styles to other classes given in the practice, but still got any progress

1 Answer

tomd
tomd
16,701 Points

Is your style sheet linked up to your HTML document?

<link href="css/style.css" rel="stylesheet">
Alex Vargas
Alex Vargas
1,416 Points

Yes it is, the css file is nested within the same folder than the html file

<link href="selectors.css" rel="stylesheet">