Design comparison
SolutionDesign
Solution retrospective
Tried my best to make it an responsive webpage by just using only HTML & CSS.
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi Akshay kumar minz! My name is Vanza!
I have some feedback, that really improve this solution:
- Setting the
card-base
withwidth: 55%
, on the mobile screen (360px * 640px) makes the card looks narrow. Try to usepadding
onbody
to prevent the card touching the corner screen. - For the
cardImage
, setting aheight: 350px
makes it looks small on bigger screen (you can see that on the design comparison). I recommend usemin-height
.
That's it! Hopefully this is useful for you!
Happy Coding!
Marked as helpful0@AkshayV30Posted over 3 years ago@vanzasetia Thank you for advice. I will try fixing my code.
0 - Setting the
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