Design comparison
Solution retrospective
Someone could give me advice, about my solution, this is my second challenge completed :)
Community feedback
- @codeswithrohPosted over 3 years ago
You did an amazing job with this solution. Well, there are two things that need to be addressed.
-
The password section keeps throwing an error even if the number of characters is more than 8
-
You used way too many flex-box. You have used flexbox in places that doesn't need it. You see by default all the elements are places in a column. So, you don't have to use flex for each element and set it to flex-direction: column
Except this two things you site looks pretty amazing. So, keep up the good work and keep 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