Submitted over 2 years ago
Responsive qr-code-component using HTML, CSS and Media Queries
@callmeog01
Design comparison
SolutionDesign
Solution retrospective
Hello developers, I would like a review on my code to know if what built is best practices
Community feedback
- @denieldenPosted over 2 years ago
Hi Callmeog, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- add
main
tag and wrap the card for Accessibility - to make it look as close to the design as possible add
width: 20rem and padding: 1rem
tocontainer
class and remove allmargin
- add
width: 100% and border-radius: 1rem
toimg
element - try to use flexbox to the body for center the card. Read here -> best flex guide
- after, add
min-height: 100vh
to body because Flexbox aligns child items to the size of the parent container
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful1 - add
- @v-codeyPosted over 2 years ago
hey @callmeog01, good work on this challenge there are some issues with the html , my browser is telling me this site is unsafe. so i reviewed the code and done some important changes . check out your github
Marked as helpful1 - @DrMESAZIMPosted over 2 years ago
well done @callmeog01 .this is good work
Marked as helpful0
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