Design comparison
SolutionDesign
Solution retrospective
Hi, is there anything I could improve
Community feedback
- @sulemaan7070Posted almost 2 years ago
Hey yuvanπ, I have inspected your site and here a few improvements you can make.
- There is some spacing around the image which is not letting it look like the design.
- And most importantly even on the desktop version the image is still the mobile-screen's image.. It is not changing.. you can fix that Hope my feedback helps youπ
Marked as helpful0 - @VCaramesPosted almost 2 years ago
Hey there! π Here are some suggestions to help improve your code:
- The
alt tag
description for the image needs to be improved upon. You want to describe what the image is; they need to be readable. Assume youβre describing the image to someone.
More Info:π
https://www.w3.org/WAI/tutorials/images/
- Currently, the old price (169.99) π· is not being properly announced to screen readers. To fix this, you are going to wrap the the price in a
del
element and inside it you will add aspan
element with ansr-only class
that will state something like βThe previous price wasβ¦β and use CSS to make it only visible to screen readers.
- The
attribution
should be wrapped in afooter
element.
- Do not use internal CSS. Always use a separate file for all your CSS code.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!ππ
0 - The
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