Design comparison
SolutionDesign
Community feedback
- @thallessalomonPosted over 2 years ago
Hello Daniel, could you explain better the main tag?
0 - @denieldenPosted over 2 years ago
Hi Thalles, 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 - remove all
margin
fromcontainer
class because with flex they are superfluous - add
justify-content: center;
to the body for center the card. Read here -> best flex guide
Overall you did well :)
Hope this help and happy coding!
0 - add
- @thallessalomonPosted over 2 years ago
Yeah, https://github.com/thallessalomon/QRCODE Check it out.
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