Design comparison
SolutionDesign
Solution retrospective
not difficut
Community feedback
- @eremitaitoPosted 12 months ago
put everything inside a container on html, then on css
div.class { max-width: 350px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: center; }
it will be centralized
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