Design comparison
SolutionDesign
Community feedback
- @mariosearchteamPosted 19 days ago
Hi Hamed! :)
Nice solution overall. Just a small tip regarding the borders. At your solution the left border-radius from the image is missing.
You can set border-radius inside media queries and for each corner. So this little addon would solve this: @media (min-width: 375px) { .img { border-radius: 1rem 0 0 1rem; } } and for mobile: border-radius: 1rem 1rem 0 0;
Apart from that, i like your grid for the layout! :)
Marked as helpful0
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