Design comparison
SolutionDesign
Community feedback
- @NantuePosted 10 months ago
Hello @emmanuel470
Your solution looks great! 👏
I have a couple of suggestions:
What causes the page to look like this is that you don't reset it, to reset it put this code
*{ margin: 0; padding: 0; box-sizing: border-box; }
Also, I see that you have a problem centering the content, you can center it in the body with this code:
display: flex; justify-content: center; align-items: center; height: 100vh; background-color: rgba(213,225,239,255);
Marked as helpful0
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