Design comparison
Solution retrospective
I am so stumped... I have tried different approaches for the repository to be successful... This one and my last challenge have had some broken code through GitHub, but work through VS code.... Is there something that I missed? Thank you in advance. ππΌ
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Roxanne, how are you?
I noticed that you used a
/
in the css link, to solve this you can do this:<link rel="stylesheet" href="./style.css">
I hope it helps... π
Marked as helpful0 - @MelvinAguilarPosted about 2 years ago
Hi @rox-stahl π, good job on completing this challenge! π
Update all images and the link to your CSS file by removing the slash (/) at the start of the
href
andsrc
attribute:<link rel="stylesheet" href="style.css">
Your logo:
<img src="images/logo.svg" alt="your_alt_text">
Other suggestions:
- Don't name your class with camelCase use naming conventions to name it.
Good job, and happy coding!
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