Design comparison
SolutionDesign
Community feedback
- Account deleted
👋 Hey, @MohamedAbdelBAQIMo! I have a few suggestions for your solution:
Remove the
margin
from.container
and add flexbox to thebody
. It should look like this:body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #d5e1ef; flex-direction: column; margin: 0; /* This removes the overflow */ }
Also, try reducing the border-radius; 50px seems to be too much.
Great work! 👏
I hope you find this helpful. 😊
Marked as helpful1
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