Design comparison
SolutionDesign
Community feedback
- @JunoFieldPosted over 2 years ago
Hi,
Your CSS and images are not linked as of right now. To fix this, simply change
href="/styles.css"
tohref="./styles.css"
(with a period before the slash), and the same for all your images.Good luck!
Marked as helpful1
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