Design comparison
Solution retrospective
Feedbacks are welcome. Thank you
Community feedback
- @MelvinAguilarPosted over 1 year ago
Hello there π. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
-
You should add the folder name to the URL, otherwise, the QR code image will always be displayed regardless of which challenge you upload, and update the PREVIEW SITE and VIEW CODE links of the solution.
https://kingsanwo9.github.io/Sanwo/3-column-preview-card-component-main/
- Use semantic elements such as
<main>
and<footer>
to improve accessibility and organization of your page.
- Use "
./
" before the file path of the image to display it.
βββ ββββ ββββ ββββ ββββ ββββ ββ Do:
<img src="./images/icon-sedans.svg" alt="">
.βββ ββββ ββββ ββββ ββββ ββββ ββ Don't:
<img src="/images/icon-sedans.svg" alt="">
.I hope you find it useful! π
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