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 CSS Basics (2014) Basic Selectors Class Selectors

Lindsay Barrett
Lindsay Barrett
234 Points

Styleesheet not linking

My css and html files are not linking because the styles are not being displayed. Here is my code. I am using the "final" downloadable code and it is still not working.

<head> <title>Lake Tahoe</title> <link rel="stylesheet" href="css/style.css"> </head>

2 Answers

jag
jag
18,266 Points

Should be working fine. Works for me.

Using your browser you can check what resources have loaded or haven't.

Chrome Resources

Thomas Dimnet
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Thomas Dimnet
Python Development Techdegree Graduate 43,629 Points

Hey Lindsay,

did you check some things such as: ->is the file present on the folder? ->does the css file have the same name?

and so on.. Usually it is just a dummy thing you have just forgot.

Keep us in touch! Thomas.

Lindsay Barrett
Lindsay Barrett
234 Points

I launched a new workspace and now it is working. Strange, but thanks!