Design comparison
SolutionDesign
Solution retrospective
I did not have to use the given window size for responsiveness. because it was ok in both given sizes? is that a problem
Community feedback
- @WandolePosted almost 2 years ago
I'm not sure to understand what you meant about the window size.
If I was you, I would set a "min-height" propriety to your .card (you did well for "max-width"). You used percentages for the height so the height of your card depends on the height of the user's screen (because the .card parent is the <main> and you gave him a height of 100vh, which was a good idea). In definitive, you can't be sure about what the user will see on his screen!
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