
Design comparison
Community feedback
- P@weliwitaPosted 11 days ago
Greetings, Willy Candra!
Great job on implementing this challenge! You’ve done well in structuring your HTML and using proper styling techniques. However, here are a couple of high-level suggestions to refine your project further
Improve Responsiveness Across All Screen Sizes The .container width is set to 300px, which doesn’t adapt well for different screen sizes. The .images class has a fixed width of 300px, which might overflow in smaller layouts.
Use flexible units (like percentages, max-width, or vw/vh) instead of fixed pixel values. This will make your layout adapt better.
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