Design comparison
SolutionDesign
Community feedback
- @ar-mohantyPosted over 1 year ago
Hi there, Gabriel Dakinah Vincent I have gone through your code for this challenge and I come to conclusion that your design can be more responsive, hint use css media query for making your layout responsive :).
like : @media only screen and (max-width:375px){...} // for mobile devices upto 375px
and @media only screen and (min-width:1440px){...} // for desktop devices from 1440px
Also, please read the instruction carefully and add images of ethereum, clock etc in your card layout.
Have a nice day!👋
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