Submitted 3 months ago
Responsive QR code website using Javascript, HTML and CSS
@TheSilentM
Design comparison
SolutionDesign
Community feedback
- @kevinrasataPosted 3 months ago
The provided HTML and CSS are generally well-structured, but there are a few areas where improvements can be made to enhance the readability, maintainability:
- Ensure to use semantic tags to enhance readability, consider using <article> or <section> instead of just <div>.
- Improve alt text for images to provide better context.
- Avoid repetitive code within media queries by using more fluid design principles.
- Avoid using absolute positioning and fixed percentages for responsive layouts. Flexbox or CSS Grid can be used more effectively.
- Combine repetitive styles within media queries.
- Use box-sizing: border-box; globally to handle padding and border better.
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