Design comparison
SolutionDesign
Solution retrospective
Feel free to give me any feedback.
Community feedback
- Account deleted
Instead of the image give the card a border radius and set overflow to hidden. That way both the card and the image will have round corners.
Instead of margins you should use flexbox. Give body a min-height of 100vh and use
display: flex; justify-content: center; align-items: center;
1
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