Design comparison
SolutionDesign
Community feedback
- @F4YYPosted over 1 year ago
Hi @Kaoutherbo,
Congratulation for successfully completing the challenge...
There's one thing you might missed from the design, which is adapting border radius when it comes to mobile screen device. You could add it inside
media query
line code:@media (max-width:650px) { #card{ flex-direction: column; width: 90%; } .one{ border-radius: 5px 5px 0 0; } .three{ border-radius: 0 0 5px 5px; } }
Hope that could be Helpful. Above all you've done so well. Keep happy coding...
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