Design comparison
SolutionDesign
Community feedback
- @eunwoo-sunnyPosted over 2 years ago
Hello~ ^^ Good job. Actually I found a few things. so if you don't mind I will share with you.
/* wrong */ .fact { justify-content: left; } /* fixed */ .fact { justify-content:flex-start; /* or this property is default value, so it doesn't need to on this code */ }
Marked as helpful0@Kaung-Thant-SoePosted over 2 years ago@eunwoo-sunny Ohh You are right. I didn't notice it. Thanks You For Your Comment and like. I really appreciated.
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