Design comparison
SolutionDesign
Solution retrospective
Please free to give feedback on my solution . It would be very helpful for me to improve myself.
Community feedback
- @Beats-AyushPosted over 2 years ago
znair96 Excellent work. The solution looks very close to the design. Some places where you may want to improve your code
-
While decreasing the width of the screen, before reaching the mobile layout i.e. in tablet layout, the flex items are stacking up on each other which is due to the
flex-wrap
. This is not a very good user experience in my opinion. You can usemax-width
instead to restrict the width. -
background-color
is missing. -
You have forgotten to add the hover state on the buttons.
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