Design comparison
Solution retrospective
This is my third challenge in frontendmentor. I'll glad too know your opinions about my 3-Column-Preview-Card project Thanks 😊
Community feedback
- @MojtabaMosaviPosted about 3 years ago
Mobile and desktop view looks good, there are some minor things you need to fix:
1- The view between mobile and desktop is quite messy, I suggest you spend some time reading aobut mobile first work flow since it helps to reduce the about styles you end up writing and it makes it easier to achieve responsiveness.
2- Try not getting use to fix widths/heights becuase using them makes it harder for you to make your solution responsive, in most cases you can achieve the same effect without using them.
Keep coding :=)
0@frontendparhamPosted about 3 years ago@MojtabaMosavi Thank you Mojtaba I used percentage widths instead of using fix widths and heights. Does this also cause a problem? Or do you mean that I should not define widths and heights at all?
0@MojtabaMosaviPosted about 3 years ago@frontendparham No that's fine but if could do the latter the would be even better.
Marked as helpful0
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