Design comparison
SolutionDesign
Community feedback
- @RKennedyyPosted 4 months ago
Hey @nikhilka2305.
This solution looks great!
Just one little thing I noticed is the card is not in the center, one way you could achieve this is by using flexbox like this :
.flex-container{ display: flex; align-items: center; justify-content: center; min-height: 100vh; }
0 - @jvblima11Posted 4 months ago
you'll need to use your best judgment for styles such as font-size, padding and margin.
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