Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm excited to have completed this task. Maybe next time i could be more
What challenges did you encounter, and how did you overcome them?Trying to crate a repository in git-hub and getting a live link
What specific areas of your project would you like help with?The styling
Community feedback
- @JosmigaPosted 4 months ago
My friend, i see you have a little problem with your style file (style.css). I think the problem is the form what you called the style file:
<link rel="stylesheet" href="/css/style.css">Try this:
<link rel="stylesheet" href="./style.css" />I hope this line be the solution.
Marked as helpful0
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