Anurag Mohanty
@ar-mohantyAll comments
- @RomaLetodianiSubmitted 9 months ago@ar-mohantyPosted 9 months ago
Well done @RomaLetodiani solution looks great in laptop as well as in mobile device.
Also your code is readable and well-structured overall great work 👍.
0 - @MaciekLichonSubmitted over 1 year ago@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 - @Gabriel-Dakinah-VincentSubmitted over 1 year ago@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
Marked as helpful0