Design comparison
Community feedback
- @elCris99Posted about 1 month ago
Apart from details, like font-size and border-radius being different from the OG design, the result in desktop screen-size is good. What could improve your page is the use of some "div" as a container. Let me explain better, at certain screen sizes there is some overflow, on the other side, when the screen size becomes large, the lateral distance between your cards increases "to infinity" so to speak. To avoid overflow, you should make your cards more flexible or simply use a higher media query and change the layout. In the second case instead, to avoid that your cards move too far away one from another, you could use a "max-width" on the container.
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