Responsive QR code site using HTML and CSS only.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ASH2001prince
Hello Siddhesh Parate congratulations for your first attempt here some tips that I can share it with you :
- In the html part you should use the <main> element as a container for all the elements instead of the <div>.
- if you want a responsive design you should`ve give a width and height values instead of auto.
- for a last thing aligning the body to the center would much easier, like so:
display: flex; align-items: center; justify-content: center;
hope you find it helpful
Marked as helpful
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