Design comparison
Solution retrospective
Hello Everyone, I've just completed this QR Code Challenge by Frontend Mentor. Please kindly give any feedbacks. Thankyou.
Community feedback
- @GrzywNPosted over 2 years ago
Hey @Biggboss7, well done 🙌
The only thing which is not correct is a font color. Everything is almost pixel perfect 🥳
I can suggest using full names instead of shortcuts. For example
margin-left
orpadding-bottom
instead ofmargin
andpadding
. You can also try using more modern CSS properties which set margins / paddings for respectively left and right or top and bottom (margin-inline
,padding-inline
ormargin-block
andpadding-block
). It's the best if your code is written in a way, that nobody needs to think about what it does.Hope this helps! Have a nice day and keep coding!
1@Biggboss7Posted over 2 years ago@GrzywN Thankyou so much on your feedback. Really appreciate it..
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