Design comparison
Solution retrospective
👋🏻Hi everyone!👋🏻
It's my third attempt at Frontend Mentor Challange.
I'm extremely proud with the outcome!
Nevertheless, Im still looking forward to get some feedback on how to improve, especially regarding responsiveness.
Have a nice day!
Community feedback
- @karishma-devPosted almost 3 years ago
Hi @TomekSwitecki, Your solution looks good and responsive.
Some things to improve:
-
I noticed that in smaller widths, your image got shrunk to 0 width. I would suggest setting width to 100% in the media query you used. So that the width of the image will be equal to the width of the screen.
-
And in the
.container
class, setmargin: 0 auto
to center the card properly.
Hope this helps you. Good luck!. :)
Marked as helpful1@TomekSwiteckiPosted almost 3 years ago@Krrish105 Really appreciate your feedback!
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