A QR-Code Using HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @CallmeMukty
Hi Vanza, thanks for taking time to review the code some of the corrections have been made but, I'm finding it hard to understand how I can apply the ARIA landmark in this particular project. Then I also find the correction you pointed out on padding a bit confusing. Please help review, thank you.
- @vanzasetia
Hello, Owolabi! 👋
Congratulations on finishing this challenge! 👏
First, I recommend formatting the code. I suggest using Prettier. Formatted code helps people to read and understand your code.
I have some feedback on this solution.
- The QR code is the main content of the website. It should have alternative text to make it gets pronounced by screen readers.
- Make the first paragraph a
h1
. Keep in mind that every page must have oneh1
. - Remove
overflow-y: hidden;
from thebody
element. On mobile landscape view where the card needs more than the viewport height of the screen, the users can't scroll. - Set
padding
on the card element to prevent the content from touching the corner of the card. Then, remove the horizontalpadding
ormargin
from the elements inside the card.
I hope this helps!
P.S. I saw your tweet and you were asking for feedback. Next time, I recommend asking for feedback here by adding specific questions to the "Questions for the community" textarea. Or tells about the part that you struggle. This will give your solution higher chance to get feedback.
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