Design comparison
Solution retrospective
Hi, this is my solution. Any feedback is appreciated
Community feedback
- @palgrammingPosted over 3 years ago
-
As you can see in the screen shot comparison your cards are very much undersized. This is the first thing to address
-
you should look at your current results with the browser set to 400px wide and you will see you cards exiting the left and right side of the browser. One you get your cards the correct size then you need to move your transition point to a point were the screen is wider going to desktop size
Marked as helpful2 -
- @vanzasetiaPosted over 3 years ago
👋 Hi Yeimy! My name is Vanza!
I have some feedbacks for you, to make this solution better.
- Try to add
margin: 0 auto
on yourcontainer
to make thecontent
right in the middle of the page horizontally. - Try to add more media queries on other breakpoint to make it responsive on all screen sizes.
That's it! Hopefully those feedbacks are useful for you!
Happy Coding!
Marked as helpful2@Yeimy7Posted over 3 years agoHi Vanza!
Thank you so much for your comments and suggestions. I will work on it =D Happy Coding as well!
0 - Try to add
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