Design comparison
Solution retrospective
It is close or not?
Community feedback
- @ralacerdaPosted about 2 years ago
Hey, awesome job!
You got everything right and your code is really clean. People usually show the attribution at the bottom (but I can understand if you hide it to keep the design clean). You can try using
position-absolute
to place it at the bottom without moving the card.If you want to fix the accessibility problems you can use a <main> tag instead of a <div> in your
box
element. It should fix both warnings about landmarks.You can include an empty
alt
attribute to your img tag, or describe that it is a qr code.Marked as helpful1@JESUS-LEANDROPosted about 2 years ago@ralacerda obrigado pelas dicas irei bota em pratica.
2@ahmed-abohmaidPosted about 2 years ago@ralacerda Thanks, I will make these changes.
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