Design comparison
Solution retrospective
Why my design when viewed in comparison window is messed up and when I open up in the website its fine ?? Can anyone please help me?
Community feedback
- @luwa-starPosted about 4 years ago
Great job!! The design is really nice.
I have a few suggestions:
-
the design is not responsive. Using media queries should fix that. When you are designing cards avoid using
width
,max-width
is better. That way the width can change according to the viewport. -
the
color
of text is not sharp. I can hardly see it. Useopacity:0.7
. For cards 3 and 5 use thecolor
you use for the text with anopacity:0.7
to make it visible. -
the height of cards 3 and 4 are not the same. You should fix it. My two cents🙂
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