Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Good job!
Here are some comments that may help you:
- Eliminar comentarios innecesarios
- To center the elements in the center of the screen you can make the following adjustments in the
body
:
body { font-family: "Outfit", sans-serif; min-height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #d5e1ef; } .container { max-width: 320px; /* margin: auto auto; It is no longer necessary */ background-color: #fff; padding: 16px; display: flex; flex-direction: column; gap: 20px; border-radius: 24px; }
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