Responsive QR Code using CSS Flex

Solution retrospective
the difficult things while building the project is literally about positioning
Please log in to post a comment
Log in with GitHubCommunity feedback
- @amulyalovescoding
HelloDhemol, Congratulations on completing this challenge! I really liked the result of your project, but I have some tips that I like to share:
1- Every page should have one main landmark <main>. So replace the div that wraps the whole content with <main> to improve the accessibility. click here
2- All page content should be contained by landmarks, you can understand better by clicking here: click here
3- A
meta
element with anhttp-equiv
attribute whose value isX-UA-Compatible
must have acontent
attribute with the valueIE=edge
. Context:UTF-8
> <meta http-equiv=X-UA-Compatible
content=IE=7
> `You can go through my solution if you like click here
✌️ I hope this helps you. Happy Coding.
Marked as helpful - @blurrypxl
Love it ❤
Join 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