Responsive QR-Code Page using Vanilla HTML & CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dev-Amna
👏 Great work on this QR Code component! The layout is neat, and the blue circular accents give it a unique and creative touch.
Responsive Design: Nice use of media queries for different screen sizes! You might want to simplify by using max-width and rem units for more flexibility.
💡 Accessibility Tip: Don’t forget to add an alt attribute to your image like:
<img src="./qrcode.png" class="qr-img" alt="QR code to visit Frontend Mentor" /> 🧽 Minor Cleanup: You can remove z-index: 999 from .qr-img unless there’s a specific layering reason — it doesn’t seem needed here.Keep up the great work — you’re doing awesome! 🚀🔥
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