Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Zein, congratulations for your new solution!
Here's my tips for you:
You need to add this properties to align center you solution while mobile (note that is not aligned center yet)
display: flex; min-height: 100vh; align-items: center; justify-content: center;
body { display: flex; padding: 0; margin: 0; font-size: 15px; font-family: 'Poppins', sans-serif; background-color: var(--very-light-gray); min-height: 100vh; align-items: center; justify-content: center; }
π I hope this helps you and happy coding!
Marked as helpful1
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