Design comparison
SolutionDesign
Solution retrospective
Hi there.
Any feedback is welcome. Thanks you very much.
Community feedback
- @lwrncgmbnPosted about 1 year ago
Hello, you can try to remove this from
.container{}
:margin: 0 auto; margin-top: 5rem;
And add this to the
body{}
to put the container in the center without usingmargin-top
:display: flex; justify-content: center; align-items: center; min-height: 100vh;
Happy Coding 😄
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