Design comparison
SolutionDesign
Solution retrospective
Any comments or suggestions are deeply appreciated!
Many thanks in advance!
Community feedback
- Account deleted
Hi,
Your solution looks good, & here's I think you should fix;
-
The image in the desktop is missing the
border-radius
, you can useborder-radius : 0px 0px 0px 0px
and only change the first and last value since it's not on all corners... Like you did on mobile. -
Give your body a
height of 100vh
to center the card vertically, as it's currently not.
Marked as helpful0@hoangnam-nguyenPosted about 3 years ago@thulanigamtee Thank you very much for your helpful suggestions! I have added the changes to my codes to fix the issues that you pointed out.
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