QR-Card Component developed using html, CSS and the resources provided
Design comparison
Solution retrospective
I would like to have known a better way to make the design responsive, like using media queries but I didn't see the need to so in this project. Perhaps there was a better way for the padding/margins to be coded in the way they were coded.
What challenges did you encounter, and how did you overcome them?Not much...had some IDE issues, but got it resolved.
Community feedback
- @BozJRPosted 4 months ago
Your code is quite well-structured for someone new to web development! Below are some suggestions and constructive feedback that could help you improve it further:
Your document structure is good. Consider using more semantic HTML5 elements such as <main> for the main content area.
Great job so far, and keep up the good work!
You have a small section of inline styles within the . It's usually better to keep all your styles in an external CSS file for better maintainability
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