Design comparison
SolutionDesign
Solution retrospective
Any feedback to help improve encouraged
Community feedback
- @tedikoPosted over 3 years ago
Hello, bluerhythmz! 👋
Good job on this challenge! What I can suggest is:
- One media query resolution isn't enough. You have to add some between. Now your mobile version stretch untill viewport reach 1400px, this is too much. I personally use 481px (mobiles), 769px(tablets) and 1025px(desktops). If you want to see how your site behave on different screen sizes use Responsive Design Mode - ctrl+shift+m on firefox, ctrl+shift+c on chrome I believe.
- Your
.attribution
is placed on.card
on mobile device resolutions. This is because you set itposition: absolute
. Try to fix that.
Good luck with that, have fun coding! 💪
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