Design comparison
SolutionDesign
Community feedback
- @ESAUALEX2021Posted about 2 years ago
Hello mariela congratulations for your new solution
I see that to center use the transform you better use flex and also to remove spaces and margins use the universal selector that is the asterisk and lastly I use external styles, in a separate file
*{ margin: 0; padding:0; } body{ display: flex; align-items: center; justify-content: center; min-height: 100vh; }
I hope this helps you and 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