
Design comparison
SolutionDesign
Community feedback
- P@Matthieu83600Posted about 1 month ago
Not bad, but there are a few changes to make:
When I go to see your page:
- The JS file does not load; there is an error with the source of your file.
- The icons don't load either, there is a problem with the source as well.
To simplify this problem, you should revise the structure of your project like this:
For example : |-- assets | |-- images | |-- fonts |-- js | |-- summaryOfResult.js |-- css | |-- input.css | |-- summaryOfResult.css |-- data.json |-- index.html |-- README.md
In this case, to load your CSS, you would do:
<link href="./css/summaryOfResults.css" rel='stylesheet'>
And for your JS script: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