Latest comments
- @daksh0tom@mobina-dev-2001
Hi there 👋 Great job on completing the QR code component challenge! Here are some suggestions that might help you take your code to the next level:
-
Missing closing </div> tag: The .card-container div isn't properly closed in your HTML, which might lead to layout or accessibility issues. HTML validation: Consider running your HTML through a validator like W3C Validator to catch small issues like the one above.
-
Font and typography: The design uses the Outfit font—adding this via Google Fonts would make your design match the original more closely.
-
Responsiveness: The current layout looks good on larger screens, but try resizing your browser window to test how it behaves on smaller devices. A max-width and some margin or padding around the body might help in tighter viewports.
you're definitely on the right track and it's awesome to see projects like this on your portfolio. Keep going 🔥
-