Design comparison
SolutionDesign
Community feedback
- @scoboxPosted 5 months ago
Good try overall! I like that you added padding to the card on small resolution to prevent sides of the card sticking to the sides of a screen, i.e having a small gap. Some issues:
- Card size is bigger then it is in the design( should be 320px, not 400px).
- On small resolutions width/height ratio breaks making the card looking not a per design.
- I would not use <body> as flex container. I would suggest using ".container" to have the background color and center the card itself; that solution would require additional <div> with, say, class ".card".
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