Latest solutions
Latest comments
- @MuhammadFarhanRosidi@TaraDesk
Hey, great job on completing the QR Code challenge! 😊
You've done a great job with the card layout and the clean use of flexbox for centering elements—well done
One thing that might help is adding media queries so the card looks better on smaller screens. Right now, it has a fixed size, which could make it a bit squished on mobile. Just tweaking the width and padding would make it way more responsive.
Also, maybe think about using more semantic tags like
<main>
or<section>
. It makes the code cleaner and helps with accessibility too.But honestly, great job—keep it up and happy coding! 😊