Design comparison
Solution retrospective
My first challenge 😄 Feedback is welcome!
Community feedback
- @MojtabaMosaviPosted over 3 years ago
Hi, the mobile and desktop view are fine, but the between views need improvemnt. I suggest you spend some time reading about different workflows for writing styles.
Keep coding :)
0 - @WebBoY7Posted over 3 years ago
try increasing your media query min-width... you have given width of 70rem to the card and change from mobile to desktop happend from 375px so try increasing the min width of media query so the card wont be bigger than the width of the screen
happy coding !
0 - @jerry-the-kidPosted over 3 years ago
Nice done. But for responsive you should add :
Card you can change to be like :
width: 70rem
=>width: 85%; max-width: 70rem;
You should add
width to 50%
to class = 'information' and class = 'image-filtered'
And mobile you can change class = 'information' to width :100% and set box-sizing: border-box;
But there still many bug :v. But for beginner it ok. Keep try and make it perfect.
0@milenamoreiraPosted over 3 years ago@jerry-carry thanks for the feedback, it really helped me! And yes, there is a lot of bugs, everytime I fix one another one appears haha
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