Design comparison
Solution retrospective
This is my first submission after joining Frontend Mentor so I don't know if I properly implemented the challenge or not. So, I would appreciate any feedbacks and suggestions given. Thank You!
Community feedback
- @Celie987Posted over 1 year ago
Great job !
I have just finished it too. So I am maybe not the best one to provide advice.
For me, when I have solved the challenge I have tried to avoid the usage of the
<div>
tag for using html semantic ones instead : e.g. For storing the QR Code I have used a<picture>
tag instead of<div>
tFor this one I have not made a distinction between the mobile and desktop version as it didn't changed, so I have not used @media query. But I think that in the @media query we need to try to only get the tags or css styles pieces which are modifed. So all the elements which are identical for both version remain outside of the media query.
Marked as helpful1 - @okeke-ugochukwuPosted over 1 year ago
Way to go for a first challenge 👏.
Practice and keep an eye for details and you good to go. 👏
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