Design comparison
SolutionDesign
Solution retrospective
I would like your lovely feedback.
Community feedback
- @denieldenPosted over 2 years ago
Hi Riha, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- add
main
tag and wrap the content page for Accessibility - use
img
element for images and not adiv
- all
img
are broken because the url is incorrect, fix it like this:url("images/bg-intro-desktop.svg")
orurl("./images/bg-intro-desktop.svg")
Overall you did well 😉
Hope this help and happy coding!
1@codingwithrihaPosted over 2 years ago@denielden thanks a lot for your sincere tips. Actually this is my first challenge therefore some mistakes are here and please tell me can I resubmit it?
1 - add
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