QR Code design using just HTML and CSS

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:
-
To better identify the main content of you site you will want to encase your entire component inside a Main Element.
-
Reduce 📉 the
width
of you component to better match the FEM design. -
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.
-
Change
width
to `max-width: 100% in your image to make it responsive. -
Move the following properties to the Body Element (delete the
width
and change theheight
tomin-height
):
.card { width: 100%; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
If you have any questions or need further clarification, let me know.
Happy Coding! 👻🎃
Marked as helpful -
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