Design comparison
SolutionDesign
Community feedback
- @katjadanilovaPosted almost 2 years ago
Hey!
I have a few suggestions that you might find useful:
- your picture element is outside the container, although it should rather be inside, and only button (in your case) to be
position: absolute
. - Accessibility report requires buttons to have a label. So, in this case, it might be better to opt in for a
div
that has animg
inside it, withalt
text that would describe the action. - Accessibility report also wants you to have a
main
tag inside yourbody
instead of adiv
.
Please let me know if my suggestions aren't helpful :)
0 - your picture element is outside the container, although it should rather be inside, and only button (in your case) to be
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