Design comparison
SolutionDesign
Community feedback
- @perfidevPosted 2 months ago
Very good! To improve the alignment, try using grid or flex on the body.
body { display: grid; align-items: center; justify-items: center; }
or
body { display: flex; align-items: center; justify-content: center; }
1@jovic-djordjePosted 2 months ago@raphaelperfi Thanks, and thanks for suggestion, means a lot.
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