
Design comparison
Community feedback
- @moyinoluwa001Posted about 2 months ago
Strengths:
Uses semantic HTML with appropriate elements (<h1>, <p>, <img>). Good accessibility with alt text for the QR code. Well-structured CSS with clear organization. Responsive layout that centers the card properly. Design closely matches the original, with correct spacing and hierarchy. Improvements:
Use <h2> instead of <h1> for better semantic structure. Add ARIA attributes (role="img", aria-label) for better accessibility. Improve small-screen responsiveness with max-width: 90vw; on .card. Use CSS variables for colors and fonts to enhance reusability. Soften the box-shadow and use a more accurate Google Font (e.g., "Outfit").
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