@Kaung-Thant-SoeSubmitted over 2 years ago
Leejey
@eunwoo-sunnyAll comments
- @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