Design comparison
SolutionDesign
Community feedback
- @akramAdjabPosted about 2 years ago
Hello Kolade 🙋🏻♂️, Congrats on completing this challenge
I checked your solutions and I found small mistakes:
- The
body
element should have thebackground color
and not thecontainer
element - To align the card vertically at the center,
min-height: 100vh
must be added to thebody
element usingalign-items: center
- When
justify-content: center
is specified there is no need to addmargin-(right, left): auto
- Try reducing
font size
inmedia query
I hope my feedback was helpful 🙌🏻
0@kolexstringsPosted about 2 years ago@akramAdjab Thank you very much for your feedback, I will implement these changes 🙏
0 - The
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