Design comparison
SolutionDesign
Community feedback
- @A-noob-in-CodingPosted 3 months ago
Hi there,
You did a good job for this challenge, but I would like to suggest some changes
This project is a single component based so you only need the body height as the full screen height, you can achieve this by
body{ min-height: 100vh; }
also the card is not centred propertly you can use
flex
property on the card containercontainer{ display: flex; justify-content: center; align-items: center; {
I hope you find my suggestions useful
Marked as helpful0@Ramine92Posted 3 months ago@A-noob-in-Coding Thanks for your suggestions, indeed its helpfull !
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