Qr code implemented using only #html #css #beginner
Design comparison
Community feedback
- @bruno-candiaPosted about 1 month ago
Hello Mohammod Hanif, how are you?
Congratulations on completing the challenge! However, I believe I can help you with a few things.
You are using a height of 150vh, which means you are exceeding the total height of the screen, causing additional scrolling. Try changing it to 100vh, which should solve the alignment issue.
Another point is that your text is not centered. Try using text-align: center to ensure the text matches the design in the project image.
Lastly, I see you may have taken some creative freedom in designing the component in your own style. Just a suggestion: consider adding the alt attribute to ensure accessibility for visually impaired users, which is really important in the programming field.
I hope this helps!
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