Submitted over 2 years ago
Responsive QR Code Component Project Using CSS Flexbox
@blackdreamer15
Design comparison
SolutionDesign
Solution retrospective
What were your challenges with this project? Any suggestions on how I can improve are welcome!
Community feedback
- @DrMESAZIMPosted over 2 years ago
Hi @blackdreamer15 I noticed that this is your first challenge therefore I want to say congratulations . Here I are two changes I would like you to consider
- the image as referenced by class name "qr-code-img" inside file main.css line 38.I notice the height 230px makes it overlaps on the y-axis above the container or not fit properly
therefore I suggest you reduce height to maximum 200px
- On the footer I noticed the hyperlinks are underlined therefore i suggest you add this CSS code at the bottom on line 72 footer a{ text-decoration: none; }
1@blackdreamer15Posted over 2 years agoHi @DrMESAZIM! Thank you so much for giving feedback. Thank you for the warm welcome over here. I hope to solve more challenges. I considered your advice and applied some changes. What do you think about it now?
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