Design comparison
SolutionDesign
Solution retrospective
Don't know why my CSS is not reflecting after hosting on github
Community feedback
- @ritapetilloPosted about 4 years ago
Hi, I've checked your code and it's an easy fix. Your style.css file is in the root folder and not in a css folder. Therefore you should change the path to your css file in this way: <link rel="stylesheet" href="styles.css">
and not <link rel="stylesheet" href="css/styles.css">
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord