QR code component

Solution retrospective
Much easier than the previous one, although in the order later, when sorting from Easy to Hard.
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hey there! 👋 Here are some suggestions to help improve your code:
- The
alt tag
description for the “QR image” needs to be improved upon. Its needs to tell screen reader users what it is and where it will take them to when they scan it.
- Move the following properties to the
body
element and change theheight: 100vh;
tomin-height: 100vh;
:
main { display: flex; justify-content: center; align-items: center; height: 100vh; }
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
- The
Join 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