Design comparison
SolutionDesign
Solution retrospective
Your feedbacks are welcome!😁
Community feedback
- @Juveria-DalviPosted about 3 years ago
hey.. the accessibility issue says that you should have wrapped all divs in <main> which is the semantic tag ,except for the div with class attribution that should be wrapper in <footer> tag also <img> tag should have
<img src="....." alt="yourtext">
Marked as helpful0@alexvillhenPosted about 3 years ago@juuveria I totally forgot about that div when i uploaded it, thkssss😅
0 - @muhammadshajjarPosted about 3 years ago
Hello, nice work and responsive too.
I would like to add some suggestions,
- try to use
background-image
since in design it is named asbg
and they are more likely to treat as background images, and change background with media-query. - Your images should have alt attribute but for decorative images, you should leave alt as blank and use role=" presentation" or aria-hidden=" true", In your case illustration and music-icon both behave as decoration.
change
should behave as it controls something, and for controlling preferbutton
andproceed to payment
implies navigation so should probably be anchor tags.- Active-states on change and cancel will make your solution more attractive, so add them too.
Aside from those, really great work.
0@alexvillhenPosted about 3 years ago@muhammadshajjar ohhhh thkssss, your comment is really helpful, i'll consider those things on my next projects 😁
0 - try to use
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