Submitted about 2 years ago
Responsive QR code site using HTML and CSS only.
@Siddhesh877
Design comparison
SolutionDesign
Community feedback
- @ASH2001princePosted about 2 years ago
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 helpful0@Siddhesh877Posted about 2 years ago@ASH2001prince Thank you for your feedback. I will keep these things in mind and will apply in the next challenge.
1
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