Design comparison
SolutionDesign
Community feedback
- @wall-69Posted 3 months ago
The card is not centered, you can do this with this simple trick I use: I set body to
display: flex; flex-direction: column; min-height: 100vh;
and then I use<main>
tag to which I applyflex: 1 0 0%
in which I put my card. Also the size of the card is a lot smaller than the design. I would recommend using the figma design when you can as it gives you the possibility to check all sizes.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