Design comparison
SolutionDesign
Solution retrospective
The full features of my designed website is not showing on my live site. Please I need to know how I can resolve this.
Community feedback
- @zuolizhuPosted almost 4 years ago
Hey Owolabi,
You didn't put your assets (css files and image files) into the folder, that's why you got 404 errors on the live site.
Try to change your
<link rel="stylesheet" href="css/styles.css">
to
<link rel="stylesheet" href="/styles.css">
Same for your images, remove
./images
.And checkout the result 😉.
Happy coding!
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