Help pls! CSS won't Link to HMTL

Hello All!

I am doing the following project: https://www.codecademy.com/paths/web-development/tracks/styling-a-website/modules/local-website-development/articles/f1-u2-create-first-prj

I am having trouble linking my index.css to my index.html file. I have attached a screenshot of my index.html file.

![css%20screenshot|690x431]

Does anyone see the problem? Any advice would be big help, thanks!

index.html and index.css both seem to be in devproject, while the path you use in <link> says index.css lives in resources/css. I think you need to move your css file

1 Like

Ahh, yes. Tired eyes, and small print. I missed where index.html is located. I’ll delete my former post.

1 Like