
Design comparison
Solution retrospective
In the media querie i was having trouble having the main .container having some margin from the top. i ended up achieving it by creating another div.
What specific areas of your project would you like help with?I dont like the media querie, theres a little bit of white between the top borders of the image and the container behind it.
Community feedback
- P@AydanKaraPosted 2 days ago
🔥 Great effort @jarthurofv
I took a quick look at your project and I can say it looks pretty good.
To avoid the white color between the upper borders of the image and the container behind it, you need to set the same
border-radius
for.container
and.left img
.container { ... border-radius: 20px; // 20 px as in .left img }
Marked as helpful0@jarthurofvPosted 2 days ago@AydanKara Thank you, i will make the proper changes, thanks!
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