Design comparison
SolutionDesign
Solution retrospective
First time making a site with Js. Appreciate for any feedback🙂
Community feedback
- @AbNassifPosted over 3 years ago
You could center the content by adding display:flex; Justify-content:center; align-items:center; To the body element.
But don't forget to add a height and width of 100% so the body element takes up the whole space and align the items correctly.
You could do the same thing to the wrapper instead if you want to.
Other than that, great work, keep it up!
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