Design comparison
SolutionDesign
Solution retrospective
I'd apreciate your comments about centring the page elements.
I used the flexbox technic as it was was easier for the whole page:
body { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; }
Community feedback
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