Design comparison
SolutionDesign
Community feedback
- @pyaetheiNPosted over 2 years ago
Hello Matias! Great job completing the challenge however there're things you have to fix, so here it is...
You need to add:
display: flex;
align-items: center;
min-height: 100vh;
justify-content: center;
background-repeat: no-repeat;
background-color: hsl(225, 100%, 98%);
padding: 0 1rem;
inside
<body>
tag andmax-width: 400px
instead ofwidth: 30%;
inside your.container
class
I hope my feedback is helpful for your solution.
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