Design comparison
Solution retrospective
how to become good frontend developer?? how to master css ?? i need guidance..... thank you /\ :)
Community feedback
- @denieldenPosted almost 3 years ago
Hi Dumbxguy, I took some time to look at your solution and you did a great job!
Upload the files directly to the repository and not into the
qr-code
folder otherwise to see it the link is this:https://dumbxguy.github.io/frontend-mentor-challenge/qrcode/
You get good frontend developer at try and writing a lot of code :)
Also I have some tips for improving your code:
- add
main
tag and wrap the card for Accessibility - use
img
element for the qr image, not adiv
and add descriptive text in theiralt
attribute - remove all
margin
frommaincard
class - try to use flexbox to the body for center the card. Read here -> best flex guide
- after add
min-heigth: 100vh
to body because Flexbox aligns to the size of the parent container
Overall you did well :)
Hope this help and happy coding!
Marked as helpful1 - add
- @DumbxGuyPosted almost 3 years ago
Thank you so much sir for giving such precious time to give feedback🙏 It means a lot for me .... Sir i tried using image tag instead of div but that tag wasn't working.. so i use div tag Thank you for the tips and I will apply all your tips and do it again.🙏❤️
Thank you sir🙏❤️
1@denieldenPosted over 2 years ago@DumbxGuy Why it does not work?
Try entering this code:
<img alt="qr code" src="images/qrcode.png">
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