Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
Hello Aldi!
Congratulations for your solution!
I think you did really good in your solution because its really close to the Figma design. To improve it a little more you can use this property in the body tag
justify-content: center;
and use the propertyflex-direction: column
when your page reach the mobile width. Example bellow:@media (max-width: 375px) { .section-bottom { flex-direction: column; } }
Well done.
0@aldijokoPosted over 2 years ago@correlucas thanks for advice, yeah in mobile width, i still confuse how to set up, maybe next time i will try with mobile design
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